All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Modules Pages
Loading...
Searching...
No Matches
ValidationAreaBehaviour Class Reference

Beta Feature. Requires an Enterprise license to use. Please note that this API can change at any time while it is in beta. More...

Inheritance diagram for ValidationAreaBehaviour:
DataSetTrackableBehaviour ObserverBehaviour VuforiaMonoBehaviour

Public Attributes

Action< ValidationAreaBehaviour, ValidationInfoOnValidationInfoUpdateReceived = null
 Event that reports the Validation Area's latest validation information.
 

Properties

Vector3 AreaSize [get]
 Get the xyz size of the Validation Area.
 
- Properties inherited from ObserverBehaviour
int? ID [get]
 The runtime Id of the Observer.
 
string TargetName [get]
 Name of the target of the Observer.
 
TargetStatus TargetStatus = TargetStatus.NotObserved [get]
 Current status information of the target.
 

Additional Inherited Members

- Events inherited from ObserverBehaviour
Action< ObserverBehaviourOnBehaviourDestroyed
 Triggered when this behaviour is destroyed. Can be used for script cleanup.
 
Action< ObserverBehaviour, TargetStatusOnTargetStatusChanged
 Triggered when the TargetStatus changes.
 

Detailed Description

Beta Feature. Requires an Enterprise license to use. Please note that this API can change at any time while it is in beta.

This class serves both as an augmentation definition for a Validation Area in the editor as well as a tracked ValidationArea at runtime

Member Data Documentation

◆ OnValidationInfoUpdateReceived

Action<ValidationAreaBehaviour, ValidationInfo> OnValidationInfoUpdateReceived = null

Event that reports the Validation Area's latest validation information.

Property Documentation

◆ AreaSize

Vector3 AreaSize
get

Get the xyz size of the Validation Area.