C# 클래스 Panels

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

공개 프로퍼티들

프로퍼티 타입 설명
RadialTimer GameObject
radius float
totalImages int

공개 메소드들

메소드 설명
Awake ( ) : void
CreateTextureSphere ( ArrayList imageData ) : void
LateUpdate ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void

비공개 메소드들

메소드 설명
BuildPanel ( ArrayList imageData ) : IEnumerator
GetPointsOnSphere ( int nPoints ) : Vector3[]

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

CreateTextureSphere() 공개 메소드

public CreateTextureSphere ( ArrayList imageData ) : void
imageData ArrayList
리턴 void

LateUpdate() 공개 메소드

public LateUpdate ( ) : void
리턴 void

OnDisable() 공개 메소드

public OnDisable ( ) : void
리턴 void

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

프로퍼티 상세

RadialTimer 공개적으로 프로퍼티

public GameObject RadialTimer
리턴 GameObject

radius 공개적으로 프로퍼티

public float radius
리턴 float

totalImages 공개적으로 프로퍼티

public int totalImages
리턴 int