![]() |
CustomAssets
Askowl Custom Assets
|
Common code for all event listener MonoBehaviours. It registers and deregisters the listener with the channel More...
Public Attributes | |
| T | Asset => Listener.AssetToMonitor as T |
| Reference to the Asset we are listening to More... | |
Public Attributes inherited from CustomAsset.Mutable.ListenerComponent | |
| Listener | Listener => listener |
| Retrieve a reference to the listener attached to this component More... | |
Additional Inherited Members | |
Public Member Functions inherited from CustomAsset.Mutable.ListenerComponent | |
| void | Deregister () |
| Stop listening to changes in the custom asset More... | |
Protected Member Functions inherited from CustomAsset.Mutable.ListenerComponent | |
| abstract void | OnChange (Emitter emitter) |
| After we have ensured the change is for the expected member, tell interested parties More... | |
| T | : | Base |
Definition at line 8 of file DriverComponent.cs.
| T CustomAsset.Mutable.DriverComponent< T >.Asset => Listener.AssetToMonitor as T |
Reference to the Asset we are listening to
Definition at line 10 of file DriverComponent.cs.