Class IBrushEditor
Default implementation of the inspector used to edit IBrush type properties.
Namespace: FlaxEditor.CustomEditors.Editors
Assembly: FlaxEngine.CSharp.dll
Syntax
[CustomEditor]
[DefaultEditor]
public sealed class IBrushEditor : ObjectSwitcherEditor
Constructors
IBrushEditor()
Declaration
public IBrushEditor()
Properties
Options
Gets the options collection for the property value assignment.
Declaration
protected override ObjectSwitcherEditor.OptionType[] Options { get; }
Property Value
ObjectSwitcherEditor.OptionType[]
|