C# Class ContentManager, NewCloud

Inheritance: UIMonoBehaviour, IBeginDragHandler
Afficher le fichier Open project: nileshlg2003/NewCloud Class Usage Examples

Méthodes publiques

Свойство Type Description
AugmentationObject GameObject

Méthodes publiques

Méthode Description
OnTrackableStateChanged ( TrackableBehaviour, previousStatus, TrackableBehaviour, newStatus ) : void

Implementation of the ITrackableEventHandler function called when the tracking state changes.

ShowObject ( bool tf ) : void
Start ( ) : void

Method Details

OnTrackableStateChanged() public méthode

Implementation of the ITrackableEventHandler function called when the tracking state changes.
public OnTrackableStateChanged ( TrackableBehaviour, previousStatus, TrackableBehaviour, newStatus ) : void
previousStatus TrackableBehaviour,
newStatus TrackableBehaviour,
Résultat void

ShowObject() public méthode

public ShowObject ( bool tf ) : void
tf bool
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

AugmentationObject public_oe property

The root gameobject that serves as an augmentation for the image targets created by search results
public GameObject AugmentationObject
Résultat GameObject