C# Class ChatterItem, VRpportunity

Inheritance: MonoBehaviour
Afficher le fichier Open project: CodeScience/VRpportunity Class Usage Examples

Méthodes publiques

Свойство Type Description
approveButton Button
bodyText Text
nameText Text
photoImage UnityEngine.UI.RawImage
photoRetrieved bool
rejectButton Button

Méthodes publiques

Méthode 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 méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

enableApproval() public méthode

public enableApproval ( string id ) : void
id string
Résultat void

getPhoto() public méthode

public getPhoto ( ) : void
Résultat void

handleProcess() public méthode

public handleProcess ( string action ) : void
action string
Résultat void

init() public méthode

public init ( int num ) : void
num int
Résultat void

initMain() public méthode

public initMain ( JSONObject, rec, WindowHandler, inHandler ) : void
rec JSONObject,
inHandler WindowHandler,
Résultat void

Property Details

approveButton public_oe property

public Button approveButton
Résultat Button

bodyText public_oe property

public Text bodyText
Résultat Text

nameText public_oe property

public Text nameText
Résultat Text

photoImage public_oe property

public RawImage,UnityEngine.UI photoImage
Résultat UnityEngine.UI.RawImage

photoRetrieved public_oe property

public bool photoRetrieved
Résultat bool

rejectButton public_oe property

public Button rejectButton
Résultat Button