C# Class PlacementGrid, World-of-Carbon

Inheritance: MonoBehaviour
Afficher le fichier Open project: kenfehling/World-of-Carbon Class Usage Examples

Méthodes publiques

Méthode Description
Cells ( ) : PGridCell[],
Closed ( int r, int c ) : bool
PlacementGrid ( int width, int height, bool closedSpots ) : UnityEngine
RotateLeft ( ) : void
SetCell ( int r, int c, bool closed ) : void

Private Methods

Méthode Description
CellIndex ( int r, int c ) : int

Method Details

Cells() public méthode

public Cells ( ) : PGridCell[],
Résultat PGridCell[],

Closed() public méthode

public Closed ( int r, int c ) : bool
r int
c int
Résultat bool

PlacementGrid() public méthode

public PlacementGrid ( int width, int height, bool closedSpots ) : UnityEngine
width int
height int
closedSpots bool
Résultat UnityEngine

RotateLeft() public méthode

public RotateLeft ( ) : void
Résultat void

SetCell() public méthode

public SetCell ( int r, int c, bool closed ) : void
r int
c int
closed bool
Résultat void