C# Class ContentManager, NewCloud

Inheritance: UIMonoBehaviour, IBeginDragHandler
Mostra file Open project: nileshlg2003/NewCloud Class Usage Examples

Public Properties

Property Type Description
AugmentationObject GameObject

Public Methods

Method 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 method

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

ShowObject() public method

public ShowObject ( bool tf ) : void
tf bool
return void

Start() public method

public Start ( ) : void
return 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
return GameObject