C# Class exSpriteBorder, ex2d-v1

Inheritance: exSpriteBase
显示文件 Open project: exdev/ex2d-v1 Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
Commit ( ) : void
ForceUpdateMesh ( Mesh _mesh ) : void
GetCurrentElement ( ) : exAtlas.Element,
SetBorder ( exGUIBorder, _border, exAtlas, _atlas, int _index ) : void
UpdateMesh ( Mesh _mesh ) : void

Protected Methods

Method Description
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

Clear() public method

public Clear ( ) : void
return void

Commit() public method

public Commit ( ) : void
return void

ForceUpdateMesh() public method

public ForceUpdateMesh ( Mesh _mesh ) : void
_mesh Mesh
return void

GetCurrentElement() public method

public GetCurrentElement ( ) : exAtlas.Element,
return exAtlas.Element,

OnDisable() protected method

protected OnDisable ( ) : void
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void

SetBorder() public method

public SetBorder ( exGUIBorder, _border, exAtlas, _atlas, int _index ) : void
_border exGUIBorder,
_atlas exAtlas,
_index int
return void

UpdateMesh() public method

public UpdateMesh ( Mesh _mesh ) : void
_mesh Mesh
return void