Search Results for

    Show / Hide Table of Contents

    Class VersionEditor

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

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

    Constructors

    VersionEditor()

    Declaration
    public VersionEditor()

    Fields

    Build

    The Version.Build component editor.

    Declaration
    protected IntegerValueElement Build
    Field Value
    IntegerValueElement

    Major

    The Version.Major component editor.

    Declaration
    protected IntegerValueElement Major
    Field Value
    IntegerValueElement

    Minor

    The Version.Minor component editor.

    Declaration
    protected IntegerValueElement Minor
    Field Value
    IntegerValueElement

    Revision

    The Version.Revision component editor.

    Declaration
    protected IntegerValueElement Revision
    Field Value
    IntegerValueElement

    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