C# Class MySquare

Inheritance: Square
Afficher le fichier Open project: TheJP/GlobalGameJam2016 Class Usage Examples

Méthodes publiques

Méthode Description
GetCellDimensions ( ) : Vector3
MarkAsHighlighted ( ) : void
MarkAsPath ( ) : void
MarkAsReachable ( ) : void
Start ( ) : void
UnMark ( ) : void

Private Methods

Méthode Description
SetColor ( Color color ) : void

Method Details

GetCellDimensions() public méthode

public GetCellDimensions ( ) : Vector3
Résultat Vector3

MarkAsHighlighted() public méthode

public MarkAsHighlighted ( ) : void
Résultat void

MarkAsPath() public méthode

public MarkAsPath ( ) : void
Résultat void

MarkAsReachable() public méthode

public MarkAsReachable ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

UnMark() public méthode

public UnMark ( ) : void
Résultat void