C# Class ChatterItem, VRpportunity

Inheritance: MonoBehaviour
Show file Open project: CodeScience/VRpportunity Class Usage Examples

Public Properties

Property Type Description
approveButton Button
bodyText Text
nameText Text
photoImage UnityEngine.UI.RawImage
photoRetrieved bool
rejectButton Button

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
enableApproval ( string id ) : void
getPhoto ( ) : void
handleProcess ( string action ) : void
init ( int num ) : void
initMain ( JSONObject, rec, WindowHandler, inHandler ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

enableApproval() public method

public enableApproval ( string id ) : void
id string
return void

getPhoto() public method

public getPhoto ( ) : void
return void

handleProcess() public method

public handleProcess ( string action ) : void
action string
return void

init() public method

public init ( int num ) : void
num int
return void

initMain() public method

public initMain ( JSONObject, rec, WindowHandler, inHandler ) : void
rec JSONObject,
inHandler WindowHandler,
return void

Property Details

approveButton public property

public Button approveButton
return Button

bodyText public property

public Text bodyText
return Text

nameText public property

public Text nameText
return Text

photoImage public property

public RawImage,UnityEngine.UI photoImage
return UnityEngine.UI.RawImage

photoRetrieved public property

public bool photoRetrieved
return bool

rejectButton public property

public Button rejectButton
return Button