C# 클래스 BlockController, VRpportunity

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

공개 프로퍼티들

프로퍼티 타입 설명
description string
fields string[]
labels string[]
leftText string
leftTitle string
objectId string
objectName string
objectType string
objectTypeText Text
order int
parentSubRingDiskController SubRingDiskController,
popupWaitTime float
speed float

공개 메소드들

메소드 설명
HitByMainView ( Vector3 tempStorage ) : void
Start ( ) : void
Update ( ) : void
checkButtons ( ) : void
hideSubRings ( ) : void
processRingColor ( float speed ) : void
setFocusHighlight ( ) : void
setText ( string inText ) : void
showSubRings ( ) : void
showTitlePopup ( ) : void
spinRing ( ) : void

메소드 상세

HitByMainView() 공개 메소드

public HitByMainView ( Vector3 tempStorage ) : void
tempStorage Vector3
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

checkButtons() 공개 메소드

public checkButtons ( ) : void
리턴 void

hideSubRings() 공개 메소드

public hideSubRings ( ) : void
리턴 void

processRingColor() 공개 메소드

public processRingColor ( float speed ) : void
speed float
리턴 void

setFocusHighlight() 공개 메소드

public setFocusHighlight ( ) : void
리턴 void

setText() 공개 메소드

public setText ( string inText ) : void
inText string
리턴 void

showSubRings() 공개 메소드

public showSubRings ( ) : void
리턴 void

showTitlePopup() 공개 메소드

public showTitlePopup ( ) : void
리턴 void

spinRing() 공개 메소드

public spinRing ( ) : void
리턴 void

프로퍼티 상세

description 공개적으로 프로퍼티

public string description
리턴 string

fields 공개적으로 프로퍼티

public string[] fields
리턴 string[]

labels 공개적으로 프로퍼티

public string[] labels
리턴 string[]

leftText 공개적으로 프로퍼티

public string leftText
리턴 string

leftTitle 공개적으로 프로퍼티

public string leftTitle
리턴 string

objectId 공개적으로 프로퍼티

public string objectId
리턴 string

objectName 공개적으로 프로퍼티

public string objectName
리턴 string

objectType 공개적으로 프로퍼티

public string objectType
리턴 string

objectTypeText 공개적으로 프로퍼티

public Text objectTypeText
리턴 Text

order 공개적으로 프로퍼티

public int order
리턴 int

parentSubRingDiskController 공개적으로 프로퍼티

public SubRingDiskController, parentSubRingDiskController
리턴 SubRingDiskController,

popupWaitTime 공개적으로 프로퍼티

public float popupWaitTime
리턴 float

speed 공개적으로 프로퍼티

public float speed
리턴 float