C# Class exUIElement, ex2d-v1

Inheritance: exPlane
Afficher le fichier Open project: exdev/ex2d-v1 Class Usage Examples

Méthodes publiques

Свойство Type Description
style Style,

Méthodes publiques

Méthode Description
AddChild ( exUIElement, _element ) : void
Commit ( ) : void
FindAndAddChild ( exUIElement, _el ) : void
FindParent ( ) : exUIElement,
OnEvent ( exUIEvent, _e ) : bool
RemoveChild ( exUIElement, _element ) : void

Méthodes protégées

Méthode Description
Awake ( ) : void
OnDestroy ( ) : void
OnSizeChanged ( float _newWidth, float _newHeight ) : void
ProcessMessageInfoList ( List _messageInfos ) : void

Private Methods

Méthode Description
FindAndAddChildRecursively ( exUIElement, _el, Transform _trans ) : void

Method Details

AddChild() public méthode

public AddChild ( exUIElement, _element ) : void
_element exUIElement,
Résultat void

Awake() protected méthode

protected Awake ( ) : void
Résultat void

Commit() public méthode

public Commit ( ) : void
Résultat void

FindAndAddChild() public static méthode

public static FindAndAddChild ( exUIElement, _el ) : void
_el exUIElement,
Résultat void

FindParent() public méthode

public FindParent ( ) : exUIElement,
Résultat exUIElement,

OnDestroy() protected méthode

protected OnDestroy ( ) : void
Résultat void

OnEvent() public méthode

public OnEvent ( exUIEvent, _e ) : bool
_e exUIEvent,
Résultat bool

OnSizeChanged() protected méthode

protected OnSizeChanged ( float _newWidth, float _newHeight ) : void
_newWidth float
_newHeight float
Résultat void

ProcessMessageInfoList() protected méthode

protected ProcessMessageInfoList ( List _messageInfos ) : void
_messageInfos List
Résultat void

RemoveChild() public méthode

public RemoveChild ( exUIElement, _element ) : void
_element exUIElement,
Résultat void

Property Details

style public_oe property

public Style, style
Résultat Style,