C# Класс UnityEngine.EventSystems.UIBehaviour

Base behaviour that has protected implementations of Unity lifecycle functions.

Наследование: UnityEngine.MonoBehaviour
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
IsActive ( ) : bool

Returns true if the GameObject and the Component are active.

IsDestroyed ( ) : bool

Returns true if the native representation of the behaviour has been destroyed.

Защищенные методы

Метод Описание
Awake ( ) : void

See MonoBehaviour.Awake.

OnBeforeTransformParentChanged ( ) : void

See MonoBehaviour.OnBeforeTransformParentChanged.

OnCanvasGroupChanged ( ) : void

See MonoBehaviour.OnCanvasGroupChanged.

OnCanvasHierarchyChanged ( ) : void

Called when the state of the parent Canvas is changed.

OnDestroy ( ) : void

See MonoBehaviour.OnDestroy.

OnDidApplyAnimationProperties ( ) : void

See UI.LayoutGroup.OnDidApplyAnimationProperties.

OnDisable ( ) : void

See MonoBehaviour.OnDisable.

OnEnable ( ) : void

See MonoBehaviour.OnEnable.

OnRectTransformDimensionsChange ( ) : void

This callback is called if an associated RectTransform has its dimensions changed. The call is also made to all child rect transforms, even if the child transform itself doesn't change - as it could have, depending on its anchoring.

OnTransformParentChanged ( ) : void

See MonoBehaviour.OnRectTransformParentChanged.

OnValidate ( ) : void

See MonoBehaviour.OnValidate.

Reset ( ) : void

See MonoBehaviour.Reset.

Start ( ) : void

See MonoBehaviour.Start.

UIBehaviour ( ) : System

Описание методов

Awake() защищенный Метод

See MonoBehaviour.Awake.

protected Awake ( ) : void
Результат void

IsActive() публичный Метод

Returns true if the GameObject and the Component are active.

public IsActive ( ) : bool
Результат bool

IsDestroyed() публичный Метод

Returns true if the native representation of the behaviour has been destroyed.

public IsDestroyed ( ) : bool
Результат bool

OnBeforeTransformParentChanged() защищенный Метод

See MonoBehaviour.OnBeforeTransformParentChanged.

protected OnBeforeTransformParentChanged ( ) : void
Результат void

OnCanvasGroupChanged() защищенный Метод

See MonoBehaviour.OnCanvasGroupChanged.

protected OnCanvasGroupChanged ( ) : void
Результат void

OnCanvasHierarchyChanged() защищенный Метод

Called when the state of the parent Canvas is changed.

protected OnCanvasHierarchyChanged ( ) : void
Результат void

OnDestroy() защищенный Метод

See MonoBehaviour.OnDestroy.

protected OnDestroy ( ) : void
Результат void

OnDidApplyAnimationProperties() защищенный Метод

See UI.LayoutGroup.OnDidApplyAnimationProperties.

protected OnDidApplyAnimationProperties ( ) : void
Результат void

OnDisable() защищенный Метод

See MonoBehaviour.OnDisable.

protected OnDisable ( ) : void
Результат void

OnEnable() защищенный Метод

See MonoBehaviour.OnEnable.

protected OnEnable ( ) : void
Результат void

OnRectTransformDimensionsChange() защищенный Метод

This callback is called if an associated RectTransform has its dimensions changed. The call is also made to all child rect transforms, even if the child transform itself doesn't change - as it could have, depending on its anchoring.

protected OnRectTransformDimensionsChange ( ) : void
Результат void

OnTransformParentChanged() защищенный Метод

See MonoBehaviour.OnRectTransformParentChanged.

protected OnTransformParentChanged ( ) : void
Результат void

OnValidate() защищенный Метод

See MonoBehaviour.OnValidate.

protected OnValidate ( ) : void
Результат void

Reset() защищенный Метод

See MonoBehaviour.Reset.

protected Reset ( ) : void
Результат void

Start() защищенный Метод

See MonoBehaviour.Start.

protected Start ( ) : void
Результат void

UIBehaviour() защищенный Метод

protected UIBehaviour ( ) : System
Результат System