C# 클래스 ProceduralToolkit.Examples.Cell

Maze graph cell
파일 보기 프로젝트 열기: emomper23/PsychVR 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
depth int
direction Directions
x int
y int

프로퍼티 상세

depth 공개적으로 프로퍼티

public int depth
리턴 int

direction 공개적으로 프로퍼티

public Directions direction
리턴 Directions

x 공개적으로 프로퍼티

public int x
리턴 int

y 공개적으로 프로퍼티

public int y
리턴 int