Class AudioToolOptionsEditor
Custom editor for FlaxEngine.Tools.AudioTool.Options.
Namespace: FlaxEditor.CustomEditors.Dedicated
Assembly: FlaxEngine.CSharp.dll
Syntax
[CustomEditor]
[DefaultEditor]
public class AudioToolOptionsEditor : GenericEditor
Constructors
AudioToolOptionsEditor()
Declaration
public AudioToolOptionsEditor()
Methods
GetItemsForType(ScriptType)
Gets the items for the type
Declaration
protected override List<GenericEditor.ItemInfo> GetItemsForType(ScriptType type)
Parameters
FlaxEditor.Scripting.ScriptType
type
The type. |
Returns
System.Collections.Generic.List<GenericEditor.ItemInfo>
The items. |