This class serves both as an augmentation definition for a CylinderTarget in the editor as well as a tracked CylinderTarget result at runtime More...
Public Member Functions | |
TrackingOptimization | GetTrackingOptimization () |
Get the tracking optimization More... | |
bool | SetBottomDiameter (float value) |
bool | SetSideLength (float value) |
bool | SetTopDiameter (float value) |
bool | SetTrackingOptimization (TrackingOptimization optimization) |
Set the tracking optimization More... | |
Properties | |
float | BottomDiameter [get] |
Get or set the bottom diameter. Changing this value uniformly scales the target. More... | |
float | SideLength [get] |
Get or set the side length (slanted height). Changing this value uniformly scales the target. More... | |
float | TopDiameter [get] |
Get or set the top diameter. Changing this value uniformly scales the target. More... | |
![]() | |
TargetStatus | TargetStatus [get] |
Current status information of the target More... | |
Additional Inherited Members | |
![]() | |
int | ID => mObserver?.Id |
The runtime Id of the Observer More... | |
string | TargetName => mTrackableName |
Name of the target of the Observer More... | |
![]() | |
Action< ObserverBehaviour > | OnBehaviourDestroyed |
Triggered when this behaviour is destroyed. Can be used for script cleanup More... | |
Action< ObserverBehaviour, TargetStatus > | OnTargetStatusChanged |
Triggered when the TargetStatus changes More... | |
This class serves both as an augmentation definition for a CylinderTarget in the editor as well as a tracked CylinderTarget result at runtime
|
inline |
Get the tracking optimization
|
inline |
|
inline |
|
inline |
|
inline |
Set the tracking optimization
|
get |
Get or set the bottom diameter. Changing this value uniformly scales the target.
|
get |
Get or set the side length (slanted height). Changing this value uniformly scales the target.
|
get |
Get or set the top diameter. Changing this value uniformly scales the target.