C# 클래스 ccCreateGrid, GGJ2016

상속: ccCreateGroup
파일 보기 프로젝트 열기: netgrind/GGJ2016

공개 프로퍼티들

프로퍼티 타입 설명
columns int
offsetPerColumn Vector3
offsetPerRow Vector3
rows int

공개 메소드들

메소드 설명
place ( int i ) : Vector3

보호된 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

메소드 상세

Start() 보호된 메소드

protected Start ( ) : void
리턴 void

Update() 보호된 메소드

protected Update ( ) : void
리턴 void

place() 공개 메소드

public place ( int i ) : Vector3
i int
리턴 Vector3

프로퍼티 상세

columns 공개적으로 프로퍼티

public int columns
리턴 int

offsetPerColumn 공개적으로 프로퍼티

public Vector3 offsetPerColumn
리턴 Vector3

offsetPerRow 공개적으로 프로퍼티

public Vector3 offsetPerRow
리턴 Vector3

rows 공개적으로 프로퍼티

public int rows
리턴 int