Class SampleSetAsset
This is a wrapper to be able to store a sample set as an asset.
Inheritance
System.Object
UnityEngine.Object
UnityEngine.ScriptableObject
SampleSetAsset
Namespace: InsaneScatterbrain.RetroKit
Syntax
public class SampleSetAsset : ScriptableObject
Fields
sampleSet
Declaration
public SampleSet sampleSet
Field Value
Type | Description |
---|---|
SampleSet |
Properties
Type
Declaration
public SampleSetAssetType Type { get; }
Property Value
Type | Description |
---|---|
SampleSetAssetType |
Methods
Create(SampleSetAssetType)
Creates a new sample set asset of the given type.
Declaration
public static SampleSetAsset Create(SampleSetAssetType type)
Parameters
Type | Name | Description |
---|---|---|
SampleSetAssetType | type | The type of sample set. |
Returns
Type | Description |
---|---|
SampleSetAsset | The sample set asset. |