![]() |
CustomAssets
Askowl Custom Assets
|
Create an asset to store a list of sounds and play one randomly or cyclically More...
Static Public Member Functions | |
static new AudioClips | Instance (string name) |
Retrieve a reference to a named AudioClips asset 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... | |
Public Attributes | |
AudioClipSet | Picker => Value |
Audio Clip Player More... | |
![]() | |
T | Value |
For safe(ish) access to the contents field More... | |
Additional Inherited Members | |
![]() | |
override string | ToString () |
Pass string conversion responsibility from the custom asset to the containing value 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... | |
Create an asset to store a list of sounds and play one randomly or cyclically
Definition at line 30 of file Constant/AudioClips.cs.
|
static |
AudioClipSet CustomAsset.Constant.AudioClips.Picker => Value |
Definition at line 35 of file Constant/AudioClips.cs.