C# 클래스 Itemizer, UrsaMajor

상속: MonoBehaviour
파일 보기 프로젝트 열기: BJarv/UrsaMajor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
coin GameObject
gem GameObject
gold GameObject
safeKey GameObject
xMax float
xMin float
yMax float
yMin float

공개 메소드들

메소드 설명
At ( Vector3 here, int amount ) : void
Awake ( ) : void
keyAt ( Vector3 here ) : void
spawn ( Vector3 at, GameObject what ) : void

비공개 메소드들

메소드 설명
makeCoins ( Vector3 here, int coins ) : IEnumerator
makeGems ( Vector3 here, int gems ) : IEnumerator
makeGolds ( Vector3 here, int golds ) : IEnumerator

메소드 상세

At() 공개 메소드

public At ( Vector3 here, int amount ) : void
here Vector3
amount int
리턴 void

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

keyAt() 공개 메소드

public keyAt ( Vector3 here ) : void
here Vector3
리턴 void

spawn() 공개 메소드

public spawn ( Vector3 at, GameObject what ) : void
at Vector3
what GameObject
리턴 void

프로퍼티 상세

coin 공개적으로 프로퍼티

public GameObject coin
리턴 GameObject

gem 공개적으로 프로퍼티

public GameObject gem
리턴 GameObject

gold 공개적으로 프로퍼티

public GameObject gold
리턴 GameObject

safeKey 공개적으로 프로퍼티

public GameObject safeKey
리턴 GameObject

xMax 공개적으로 프로퍼티

public float xMax
리턴 float

xMin 공개적으로 프로퍼티

public float xMin
리턴 float

yMax 공개적으로 프로퍼티

public float yMax
리턴 float

yMin 공개적으로 프로퍼티

public float yMin
리턴 float