C++ Java Unity
Unity Reference
VuforiaBehaviour Class Reference
Inheritance diagram for VuforiaBehaviour:
VuforiaMonoBehaviour

Properties

static VuforiaBehaviour Instance [get]
 A simple static singleton getter to the VuforiaBehaviour (if present in the scene) Will return null if no VuforiaBehaviour has been instantiated in the scene. More...
 

Events

Action AwakeEvent
 
static Action< VuforiaBehaviourBehaviourCreated
 
static Action< VuforiaBehaviourBehaviourDestroyed
 
Action< bool > OnApplicationPauseEvent
 
Action OnDestroyEvent
 
Action OnDisableEvent
 
Action OnEnableEvent
 
Action OnLevelWasLoadedEvent
 
Action StartEvent
 
Action UpdateEvent
 

Property Documentation

VuforiaBehaviour Instance
staticget

A simple static singleton getter to the VuforiaBehaviour (if present in the scene) Will return null if no VuforiaBehaviour has been instantiated in the scene.

Event Documentation

Action AwakeEvent
Action<VuforiaBehaviour> BehaviourCreated
static
Action<VuforiaBehaviour> BehaviourDestroyed
static
Action<bool> OnApplicationPauseEvent
Action OnDestroyEvent
Action OnDisableEvent
Action OnEnableEvent
Action OnLevelWasLoadedEvent
Action StartEvent
Action UpdateEvent