docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class UIBehaviourExtensions

    Inheritance
    object
    UIBehaviourExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.UI.Tests
    Assembly: UnityEngine.UI.Tests.dll
    Syntax
    public static class UIBehaviourExtensions

    Methods

    InvokeAwake(UIBehaviour)

    Declaration
    public static void InvokeAwake(this UIBehaviour behaviour)
    Parameters
    Type Name Description
    UIBehaviour behaviour

    InvokeLateUpdate(UIBehaviour)

    Declaration
    public static void InvokeLateUpdate(this UIBehaviour behaviour)
    Parameters
    Type Name Description
    UIBehaviour behaviour

    InvokeMethodAndRethrow(Object, string, params object[])

    Declaration
    public static object InvokeMethodAndRethrow(Object obj, string methodName, params object[] args)
    Parameters
    Type Name Description
    Object obj
    string methodName
    object[] args
    Returns
    Type Description
    object

    InvokeMethodAndRethrow<T>(Object, string, params object[])

    Declaration
    public static object InvokeMethodAndRethrow<T>(Object obj, string methodName, params object[] args)
    Parameters
    Type Name Description
    Object obj
    string methodName
    object[] args
    Returns
    Type Description
    object
    Type Parameters
    Name Description
    T

    InvokeOnCanvasGroupChanged(UIBehaviour)

    Declaration
    public static void InvokeOnCanvasGroupChanged(this UIBehaviour behaviour)
    Parameters
    Type Name Description
    UIBehaviour behaviour

    InvokeOnDidApplyAnimationProperties(UIBehaviour)

    Declaration
    public static void InvokeOnDidApplyAnimationProperties(this UIBehaviour behaviour)
    Parameters
    Type Name Description
    UIBehaviour behaviour

    InvokeOnDisable(UIBehaviour)

    Declaration
    public static void InvokeOnDisable(this UIBehaviour behaviour)
    Parameters
    Type Name Description
    UIBehaviour behaviour

    InvokeOnEnable(UIBehaviour)

    Declaration
    public static void InvokeOnEnable(this UIBehaviour behaviour)
    Parameters
    Type Name Description
    UIBehaviour behaviour

    InvokeOnRectTransformDimensionsChange(UIBehaviour)

    Declaration
    public static void InvokeOnRectTransformDimensionsChange(this UIBehaviour behaviour)
    Parameters
    Type Name Description
    UIBehaviour behaviour

    InvokeRebuild(UIBehaviour, CanvasUpdate)

    Declaration
    public static void InvokeRebuild(this UIBehaviour behaviour, CanvasUpdate type)
    Parameters
    Type Name Description
    UIBehaviour behaviour
    CanvasUpdate type

    InvokeUpdate(UIBehaviour)

    Declaration
    public static void InvokeUpdate(this UIBehaviour behaviour)
    Parameters
    Type Name Description
    UIBehaviour behaviour
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)