C# 클래스 GameObjectsToCollections, MIN-394-Fall-2015

상속: MonoBehaviour
파일 보기 프로젝트 열기: nbzeman/MIN-394-Fall-2015

공개 프로퍼티들

프로퍼티 타입 설명
lights Light[]
rigids List
spheres GameObject[]

공개 메소드들

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

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

lights 공개적으로 프로퍼티

public Light[] lights
리턴 Light[]

rigids 공개적으로 프로퍼티

public List rigids
리턴 List

spheres 공개적으로 프로퍼티

public GameObject[] spheres
리턴 GameObject[]