CustomAssets
Askowl Custom Assets
CustomAsset.Constant.Boolean Class Reference

Boolean custom asset. Triggers event when changing from true to false or false to true More...

Inheritance diagram for CustomAsset.Constant.Boolean:
CustomAsset.Constant.OfType< bool >

Additional Inherited Members

- Public Member Functions inherited from CustomAsset.Constant.OfType< bool >
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< bool >
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< bool >
Value
 For safe(ish) access to the contents field More...
 
- Static Protected Member Functions inherited from CustomAsset.Constant.OfType< bool >
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...
 

Detailed Description


The documentation for this class was generated from the following file: