![]() |
CustomAssets
Askowl Custom Assets
|
Boolean custom asset. Triggers event when changing from true to false or false to true More...
Additional Inherited Members | |
![]() | |
override string | ToString () |
Pass string conversion responsibility from the custom asset to the containing value More... | |
![]() | |
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... | |
![]() | |
T | Value |
For safe(ish) access to the contents field More... | |
![]() | |
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... | |
Boolean custom asset. Triggers event when changing from true to false or false to true
Definition at line 8 of file Constant/Boolean.cs.