C# 클래스 CreateTile, Rookery

상속: ScriptableWizard
파일 보기 프로젝트 열기: AIESeattleGameArt/Rookery 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
height int
material Material
startingPosition Vector3
width int

공개 메소드들

메소드 설명
OnWizardCreate ( ) : void

비공개 메소드들

메소드 설명
CreateWizard ( ) : void

메소드 상세

OnWizardCreate() 공개 메소드

public OnWizardCreate ( ) : void
리턴 void

프로퍼티 상세

height 공개적으로 프로퍼티

public int height
리턴 int

material 공개적으로 프로퍼티

public Material material
리턴 Material

startingPosition 공개적으로 프로퍼티

public Vector3 startingPosition
리턴 Vector3

width 공개적으로 프로퍼티

public int width
리턴 int