C# Class exTileMapRenderer, ex2d-v1

Inheritance: exPlane
Mostrar archivo Open project: exdev/ex2d-v1 Class Usage Examples

Public Properties

Property Type Description
editorShowGrid bool

Public Methods

Method Description
Clear ( ) : void
Commit ( ) : void
CreateTileMap ( exTileMap, _tileMap ) : void
ForceUpdateMesh ( Mesh _mesh ) : void
OnDrawGizmos ( ) : void
UpdateMesh ( Mesh _mesh ) : void

Protected Methods

Method Description
Awake ( ) : 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

CreateTileMap() public method

public CreateTileMap ( exTileMap, _tileMap ) : void
_tileMap exTileMap,
return void

ForceUpdateMesh() public method

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

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

UpdateMesh() public method

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

Property Details

editorShowGrid public_oe property

public bool editorShowGrid
return bool