This is the base class for all behaviours observing targets that are part of a dataset 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... | |
![]() | |
TargetStatus | TargetStatus [get] |
Current status information of the target 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 is the base class for all behaviours observing targets that are part of a dataset