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

상속: MonoBehaviour
파일 보기 프로젝트 열기: nbzeman/MIN-394-Fall-2015 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ints int[]
ints_set_number int[]
rgbs List
spheres GameObject[]
spheres_autoFind GameObject[]
spheres_set_number GameObject[]
string_list List
string_list_values List

공개 메소드들

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

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

ints 공개적으로 프로퍼티

public int[] ints
리턴 int[]

ints_set_number 공개적으로 프로퍼티

public int[] ints_set_number
리턴 int[]

rgbs 공개적으로 프로퍼티

public List rgbs
리턴 List

spheres 공개적으로 프로퍼티

public GameObject[] spheres
리턴 GameObject[]

spheres_autoFind 공개적으로 프로퍼티

public GameObject[] spheres_autoFind
리턴 GameObject[]

spheres_set_number 공개적으로 프로퍼티

public GameObject[] spheres_set_number
리턴 GameObject[]

string_list 공개적으로 프로퍼티

public List string_list
리턴 List

string_list_values 공개적으로 프로퍼티

public List string_list_values
리턴 List