C# Class ProceduralToolkit.Examples.Cell

Maze graph cell
Exibir arquivo Open project: emomper23/PsychVR Class Usage Examples

Public Properties

Property Type Description
depth int
direction Directions
x int
y int

Property Details

depth public_oe property

public int depth
return int

direction public_oe property

public Directions direction
return Directions

x public_oe property

public int x
return int

y public_oe property

public int y
return int