C# Class UnityEngine.UI.ContentSizeFitter

Inheritance: UnityEngine.EventSystems.UIBehaviour, ILayoutController, ILayoutSelfController
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Свойство Type Description
HandleSelfFittingAlongAxis void

Méthodes publiques

Méthode Description
SetLayoutHorizontal ( ) : void

Method called by the layout system.

SetLayoutVertical ( ) : void

Method called by the layout system.

Méthodes protégées

Méthode Description
ContentSizeFitter ( ) : System
OnDisable ( ) : void

See MonoBehaviour.OnDisable.

OnEnable ( ) : void
OnRectTransformDimensionsChange ( ) : void
OnValidate ( ) : void
SetDirty ( ) : void

Mark the ContentSizeFitter as dirty.

Private Methods

Méthode Description
HandleSelfFittingAlongAxis ( int axis ) : void

Method Details

ContentSizeFitter() protected méthode

protected ContentSizeFitter ( ) : System
Résultat System

OnDisable() protected méthode

See MonoBehaviour.OnDisable.

protected OnDisable ( ) : void
Résultat void

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

OnRectTransformDimensionsChange() protected méthode

protected OnRectTransformDimensionsChange ( ) : void
Résultat void

OnValidate() protected méthode

protected OnValidate ( ) : void
Résultat void

SetDirty() protected méthode

Mark the ContentSizeFitter as dirty.

protected SetDirty ( ) : void
Résultat void

SetLayoutHorizontal() public méthode

Method called by the layout system.

public SetLayoutHorizontal ( ) : void
Résultat void

SetLayoutVertical() public méthode

Method called by the layout system.

public SetLayoutVertical ( ) : void
Résultat void