C# Class UnityEngine.UI.LayoutElement

Inheritance: UnityEngine.EventSystems.UIBehaviour, ILayoutElement, ILayoutIgnorer
Mostra file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
CalculateLayoutInputHorizontal ( ) : void

Called by the layout system.

CalculateLayoutInputVertical ( ) : void

Called by the layout system.

Protected Methods

Method Description
LayoutElement ( ) : System
OnBeforeTransformParentChanged ( ) : void
OnDidApplyAnimationProperties ( ) : void
OnDisable ( ) : void

See MonoBehaviour.OnDisable.

OnEnable ( ) : void
OnTransformParentChanged ( ) : void
OnValidate ( ) : void
SetDirty ( ) : void

Mark the LayoutElement as dirty.

Method Details

CalculateLayoutInputHorizontal() public method

Called by the layout system.

public CalculateLayoutInputHorizontal ( ) : void
return void

CalculateLayoutInputVertical() public method

Called by the layout system.

public CalculateLayoutInputVertical ( ) : void
return void

LayoutElement() protected method

protected LayoutElement ( ) : System
return System

OnBeforeTransformParentChanged() protected method

protected OnBeforeTransformParentChanged ( ) : void
return void

OnDidApplyAnimationProperties() protected method

protected OnDidApplyAnimationProperties ( ) : void
return void

OnDisable() protected method

See MonoBehaviour.OnDisable.

protected OnDisable ( ) : void
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnTransformParentChanged() protected method

protected OnTransformParentChanged ( ) : void
return void

OnValidate() protected method

protected OnValidate ( ) : void
return void

SetDirty() protected method

Mark the LayoutElement as dirty.

protected SetDirty ( ) : void
return void