C# 클래스 ChatterItem, VRpportunity

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

공개 프로퍼티들

프로퍼티 타입 설명
approveButton Button
bodyText Text
nameText Text
photoImage UnityEngine.UI.RawImage
photoRetrieved bool
rejectButton Button

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void
enableApproval ( string id ) : void
getPhoto ( ) : void
handleProcess ( string action ) : void
init ( int num ) : void
initMain ( JSONObject, rec, WindowHandler, inHandler ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

enableApproval() 공개 메소드

public enableApproval ( string id ) : void
id string
리턴 void

getPhoto() 공개 메소드

public getPhoto ( ) : void
리턴 void

handleProcess() 공개 메소드

public handleProcess ( string action ) : void
action string
리턴 void

init() 공개 메소드

public init ( int num ) : void
num int
리턴 void

initMain() 공개 메소드

public initMain ( JSONObject, rec, WindowHandler, inHandler ) : void
rec JSONObject,
inHandler WindowHandler,
리턴 void

프로퍼티 상세

approveButton 공개적으로 프로퍼티

public Button approveButton
리턴 Button

bodyText 공개적으로 프로퍼티

public Text bodyText
리턴 Text

nameText 공개적으로 프로퍼티

public Text nameText
리턴 Text

photoImage 공개적으로 프로퍼티

public RawImage,UnityEngine.UI photoImage
리턴 UnityEngine.UI.RawImage

photoRetrieved 공개적으로 프로퍼티

public bool photoRetrieved
리턴 bool

rejectButton 공개적으로 프로퍼티

public Button rejectButton
리턴 Button