This class serves both as an augmentation definition for a MultiTarget in the editor as well as a tracked MultiTarget result at runtime. More...
Public Member Functions | |
Vector3 | GetSize () |
Returns the size of the target (in 3D scene units). | |
TrackingOptimization | GetTrackingOptimization () |
Get the tracking optimization. | |
bool | SetSize (Vector3 size) |
Sets the size of the target (in 3D scene units). This is only allowed when the dataset is not active! | |
bool | SetTrackingOptimization (TrackingOptimization optimization) |
Set the tracking optimization. | |
Additional Inherited Members | |
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. | |
Events inherited from ObserverBehaviour | |
Action< ObserverBehaviour > | OnBehaviourDestroyed |
Triggered when this behaviour is destroyed. Can be used for script cleanup. | |
Action< ObserverBehaviour, TargetStatus > | OnTargetStatusChanged |
Triggered when the TargetStatus changes. | |
This class serves both as an augmentation definition for a MultiTarget in the editor as well as a tracked MultiTarget result at runtime.
|
inline |
Returns the size of the target (in 3D scene units).
|
inline |
Get the tracking optimization.
|
inline |
Sets the size of the target (in 3D scene units). This is only allowed when the dataset is not active!
|
inline |
Set the tracking optimization.