C# 클래스 SeedGenerate, CodeSpells

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

공개 프로퍼티들

프로퍼티 타입 설명
blue GameObject
green GameObject
number int
purple GameObject
red GameObject
yellow GameObject

공개 메소드들

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

비공개 메소드들

메소드 설명
random_angle ( ) : float
random_location ( ) : Vector3

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

blue 공개적으로 프로퍼티

public GameObject blue
리턴 GameObject

green 공개적으로 프로퍼티

public GameObject green
리턴 GameObject

number 공개적으로 프로퍼티

public int number
리턴 int

purple 공개적으로 프로퍼티

public GameObject purple
리턴 GameObject

red 공개적으로 프로퍼티

public GameObject red
리턴 GameObject

yellow 공개적으로 프로퍼티

public GameObject yellow
리턴 GameObject