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. | |
bool | SetBottomDiameter (float value) |
Set the bottom diameter. Changing this value uniformly scales the target. | |
bool | SetSideLength (float value) |
Set the side length. Changing this value uniformly scales the target. | |
bool | SetTopDiameter (float value) |
Set the top diameter. Changing this value uniformly scales the target. | |
bool | SetTrackingOptimization (TrackingOptimization optimization) |
Set the tracking optimization. | |
Properties | |
float | BottomDiameter [get] |
Get the bottom diameter. | |
float | SideLength [get] |
Get the side length. | |
float | TopDiameter [get] |
Get the top diameter. | |
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< 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 CylinderTarget in the editor as well as a tracked CylinderTarget result at runtime.
|
inline |
Get the tracking optimization.
|
inline |
Set the bottom diameter. Changing this value uniformly scales the target.
value | The bottom diameter value in meters |
|
inline |
Set the side length. Changing this value uniformly scales the target.
value | The side length value in meters |
|
inline |
Set the top diameter. Changing this value uniformly scales the target.
value | The top diameter value in meters |
|
inline |
Set the tracking optimization.
|
get |
Get the bottom diameter.
|
get |
Get the side length.
|
get |
Get the top diameter.