C# 클래스 ProcGenerate, CodeSpells

상속: MonoBehaviour
파일 보기 프로젝트 열기: srfoster/CodeSpells

공개 프로퍼티들

프로퍼티 타입 설명
number int
prefab GameObject
replace_if_below int

공개 메소드들

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

비공개 메소드들

메소드 설명
numberNearby ( ) : int
playerFarAway ( ) : bool
random_angle ( ) : float
random_location ( ) : Vector3
shouldReplace ( ) : bool

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

addObject() 공개 메소드

public addObject ( ) : void
리턴 void

프로퍼티 상세

number 공개적으로 프로퍼티

public int number
리턴 int

prefab 공개적으로 프로퍼티

public GameObject prefab
리턴 GameObject

replace_if_below 공개적으로 프로퍼티

public int replace_if_below
리턴 int