![]() |
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... | |
![]() | |
Listener | Listener => listener |
Retrieve a reference to the listener attached to this component More... | |
Additional Inherited Members | |
![]() | |
void | Deregister () |
Stop listening to changes in the custom asset More... | |
![]() | |
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.