Additional Inherited Members | |
Public Member Functions inherited from AreaTargetBehaviour | |
| Bounds | GetBoundingBox () |
| Returns the bounding box of the target (in 3D scene units). | |
| Vector3 | GetSize () |
| Get the size (width, height, length) of the Area Target. | |
| bool | SetExternal2DPosition (Vector2 position, float horizontalAccuracy) |
| Set approximate 2D position within the target from an external localization source. | |
| bool | SetExternal3DPosition (Vector3 position, float horizontalAccuracy, float verticalAccuracy) |
| Set approximate 3D position within the target from an external localization source. | |
Properties inherited from AreaTargetBehaviour | |
| bool | RequiresExternalPositions [get] |
| Return whether the target requires external positions for initial detection. | |
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. | |