C# Class ProceduralToolkit.Examples.Cell

Maze graph cell
Afficher le fichier Open project: emomper23/PsychVR Class Usage Examples

Méthodes publiques

Свойство Type Description
depth int
direction Directions
x int
y int

Property Details

depth public_oe property

public int depth
Résultat int

direction public_oe property

public Directions direction
Résultat Directions

x public_oe property

public int x
Résultat int

y public_oe property

public int y
Résultat int