C# Class exUIElement, ex2d-v1

Inheritance: exPlane
Show file Open project: exdev/ex2d-v1 Class Usage Examples

Public Properties

Property Type Description
style Style,

Public Methods

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

Protected Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void
OnSizeChanged ( float _newWidth, float _newHeight ) : void
ProcessMessageInfoList ( List _messageInfos ) : void

Private Methods

Method Description
FindAndAddChildRecursively ( exUIElement, _el, Transform _trans ) : void

Method Details

AddChild() public method

public AddChild ( exUIElement, _element ) : void
_element exUIElement,
return void

Awake() protected method

protected Awake ( ) : void
return void

Commit() public method

public Commit ( ) : void
return void

FindAndAddChild() public static method

public static FindAndAddChild ( exUIElement, _el ) : void
_el exUIElement,
return void

FindParent() public method

public FindParent ( ) : exUIElement,
return exUIElement,

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

OnEvent() public method

public OnEvent ( exUIEvent, _e ) : bool
_e exUIEvent,
return bool

OnSizeChanged() protected method

protected OnSizeChanged ( float _newWidth, float _newHeight ) : void
_newWidth float
_newHeight float
return void

ProcessMessageInfoList() protected method

protected ProcessMessageInfoList ( List _messageInfos ) : void
_messageInfos List
return void

RemoveChild() public method

public RemoveChild ( exUIElement, _element ) : void
_element exUIElement,
return void

Property Details

style public property

public Style, style
return Style,