Search Results for

    Show / Hide Table of Contents

    Class Double4Editor

    Default implementation of the inspector used to edit Double4 value type properties.

    Inheritance
    System.Object
    FlaxEditor.CustomEditors.CustomEditor
    Double4Editor
    Namespace: FlaxEditor.CustomEditors.Editors
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [CustomEditor]
    [DefaultEditor]
    public class Double4Editor : CustomEditor

    Constructors

    Double4Editor()

    Declaration
    public Double4Editor()

    Fields

    WElement

    The W component editor.

    Declaration
    protected DoubleValueElement WElement
    Field Value
    DoubleValueElement

    XElement

    The X component editor.

    Declaration
    protected DoubleValueElement XElement
    Field Value
    DoubleValueElement

    YElement

    The Y component editor.

    Declaration
    protected DoubleValueElement YElement
    Field Value
    DoubleValueElement

    ZElement

    The Z component editor.

    Declaration
    protected DoubleValueElement ZElement
    Field Value
    DoubleValueElement

    Properties

    Style

    Declaration
    public override DisplayStyle Style { get; }
    Property Value
    FlaxEditor.CustomEditors.DisplayStyle

    Overrides
    FlaxEditor.CustomEditors.CustomEditor.Style

    Methods

    Initialize(LayoutElementsContainer)

    Declaration
    public override void Initialize(LayoutElementsContainer layout)
    Parameters
    FlaxEditor.CustomEditors.LayoutElementsContainer layout

    Overrides
    FlaxEditor.CustomEditors.CustomEditor.Initialize(FlaxEditor.CustomEditors.LayoutElementsContainer)

    Refresh()

    Declaration
    public override void Refresh()
    Overrides
    FlaxEditor.CustomEditors.CustomEditor.Refresh()

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.DeepClone<T>(T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat