Search Results for

    Show / Hide Table of Contents

    Class IBrushEditor

    Default implementation of the inspector used to edit IBrush type properties.

    Inheritance
    System.Object
    FlaxEditor.CustomEditors.CustomEditor
    ObjectSwitcherEditor
    IBrushEditor
    Inherited Members
    ObjectSwitcherEditor.Initialize(LayoutElementsContainer)
    ObjectSwitcherEditor.Refresh()
    ObjectSwitcherEditor.TypeComboBoxName
    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[]

    Overrides
    ObjectSwitcherEditor.Options

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.DeepClone<T>(T)
    Extensions.RawClone<T>(T)

    See Also

    IBrush
    ObjectSwitcherEditor
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat