C# 클래스 endMenuScript, Viewport

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

공개 프로퍼티들

프로퍼티 타입 설명
arrowSelectors List
loadingIndicatorSpinAmount int
materials List
playerPlaceText List
playerTimeText List
spinButtonIndicators List
submitLevelButtons List

공개 메소드들

메소드 설명
HideUnsetSpheres ( ) : void
InitLists ( ) : void
RestartLevel ( ) : void
SetLoadingState ( bool loading ) : void

Set the loading state to true or false

SetSphereMaterials ( ) : void
SetSpheres ( ) : void
Start ( ) : void
Update ( ) : void
setTimes ( ) : void
toMenu ( ) : void

메소드 상세

HideUnsetSpheres() 공개 메소드

public HideUnsetSpheres ( ) : void
리턴 void

InitLists() 공개 메소드

public InitLists ( ) : void
리턴 void

RestartLevel() 공개 메소드

public RestartLevel ( ) : void
리턴 void

SetLoadingState() 공개 메소드

Set the loading state to true or false
public SetLoadingState ( bool loading ) : void
loading bool
리턴 void

SetSphereMaterials() 공개 메소드

public SetSphereMaterials ( ) : void
리턴 void

SetSpheres() 공개 메소드

public SetSpheres ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

setTimes() 공개 메소드

public setTimes ( ) : void
리턴 void

toMenu() 공개 메소드

public toMenu ( ) : void
리턴 void

프로퍼티 상세

arrowSelectors 공개적으로 프로퍼티

public List arrowSelectors
리턴 List

loadingIndicatorSpinAmount 공개적으로 프로퍼티

public int loadingIndicatorSpinAmount
리턴 int

materials 공개적으로 프로퍼티

public List materials
리턴 List

playerPlaceText 공개적으로 프로퍼티

public List playerPlaceText
리턴 List

playerTimeText 공개적으로 프로퍼티

public List playerTimeText
리턴 List

spinButtonIndicators 공개적으로 프로퍼티

public List spinButtonIndicators
리턴 List

submitLevelButtons 공개적으로 프로퍼티

public List submitLevelButtons
리턴 List