![]() |
CustomAssets
Askowl Custom Assets
|
CustomAsset that contains a string. Events are triggered every time the string changes More...
Additional Inherited Members | |
Public Member Functions inherited from CustomAsset.Constant.OfType< string > | |
| override string | ToString () |
| Pass string conversion responsibility from the custom asset to the containing value More... | |
Static Public Member Functions inherited from CustomAsset.Constant.OfType< string > | |
| static implicit | operator T (OfType< T > t) |
| All extraction by casting a custom object to the contained type. Same as getting the Value - as in myCustomAsset.Value === (MyCustomAsset) myCustomAsset More... | |
Public Attributes inherited from CustomAsset.Constant.OfType< string > | |
| T | Value |
| For safe(ish) access to the contents field More... | |
Static Protected Member Functions inherited from CustomAsset.Constant.OfType< string > | |
| static OfType< T > | Instance (string name) |
If this is a project asset, then you will need to reference it somewhere. Other classes can get a reference using Instance() or Instance(string name). Also useful for creating in-memory versions to share between hosts. More... | |
CustomAsset that contains a string. Events are triggered every time the string changes
Definition at line 8 of file Constant/String.cs.