CustomAssets
Askowl Custom Assets
CustomAsset.Constant Namespace Reference

Classes

class  AudioClips
 Create an asset to store a list of sounds and play one randomly or cyclically More...
 
class  AudioClipSet
 Support class for audio clip playing More...
 
class  Boolean
 Boolean custom asset. Triggers event when changing from true to false or false to true More...
 
class  Enumeration
 Boolean custom asset. Triggers event when changing from true to false or false to true More...
 
class  Float
 Float CustomAsset contains a float value which can be connected directly to OnValueChange callbacks in UI slider and scrollbar components. Connect it to event listeners to interact with components such as Animation, Text or Unity. Or add listeners to your own classes with Register(this) More...
 
class  Integer
 Integer CustomAsset contains an int value. Add listeners to your own classes with Register(this) More...
 
class  OfType
 Base class for a custom asset. Provides getters and setters for the contained value and templates for casting to the contained type and to convert it to a string. More...
 
class  Quotes
 Custom Asset for picking one or a list of quotes - either kept in the asset or as a separate text file. Each quote is on a separate line in the form: More...
 
class  QuoteSet
 Class for picking one or a list of quotes - either set in the inspector or in a separate text file. Each quote is on a separate line in the form: More...
 
class  String
 CustomAsset that contains a string. Events are triggered every time the string changes More...
 
class  StringSet
 Set or enum of strings - used to create custom asset More...