C# Class MySquare

Inheritance: Square
Mostra file Open project: TheJP/GlobalGameJam2016 Class Usage Examples

Public Methods

Method Description
GetCellDimensions ( ) : Vector3
MarkAsHighlighted ( ) : void
MarkAsPath ( ) : void
MarkAsReachable ( ) : void
Start ( ) : void
UnMark ( ) : void

Private Methods

Method Description
SetColor ( Color color ) : void

Method Details

GetCellDimensions() public method

public GetCellDimensions ( ) : Vector3
return Vector3

MarkAsHighlighted() public method

public MarkAsHighlighted ( ) : void
return void

MarkAsPath() public method

public MarkAsPath ( ) : void
return void

MarkAsReachable() public method

public MarkAsReachable ( ) : void
return void

Start() public method

public Start ( ) : void
return void

UnMark() public method

public UnMark ( ) : void
return void