Class EditorSampleSetAsset
Editor sample set variant that is storable as an asset.
Inheritance
System.Object
EditorSampleSetAsset
Syntax
[Serializable]
public class EditorSampleSetAsset : EditorSampleSet
Properties
SampleSet
Declaration
protected override SampleSet SampleSet { get; set; }
Property Value
Overrides
SampleSetAsset
Declaration
public SampleSetAsset SampleSetAsset { get; }
Property Value
Methods
Create(SampleSetAssetType)
Declaration
public static EditorSampleSetAsset Create(SampleSetAssetType type)
Parameters
Returns
OnCreate()
Declaration
protected override void OnCreate()
Overrides