![]() |
CustomAssets
Askowl Custom Assets
|
Drive component string values directly from a custom asset More...
Public Attributes | |
| string | Asset => Listener.AssetToMonitor.ToString() |
| 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... | |
Protected Member Functions | |
| override void | OnChange (Emitter emitter) |
| On a change the listener needs a copy of the changed data to react to More... | |
Additional Inherited Members | |
Public Member Functions inherited from CustomAsset.Mutable.ListenerComponent | |
| void | Deregister () |
| Stop listening to changes in the custom asset More... | |
Drive component string values directly from a custom asset
Definition at line 11 of file StringDriver.cs.
|
protectedvirtual |
| string CustomAsset.Mutable.StringDriver.Asset => Listener.AssetToMonitor.ToString() |
Reference to the Asset we are listening to
Definition at line 13 of file StringDriver.cs.