Search Results for

    Show / Hide Table of Contents

    Class MarginEditor

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

    Inheritance
    System.Object
    FlaxEditor.CustomEditors.CustomEditor
    GenericEditor
    MarginEditor
    Inherited Members
    GenericEditor.GetItemsForType(ScriptType)
    GenericEditor.GetItemsForType(ScriptType, Boolean, Boolean, Boolean)
    GenericEditor.EvaluateVisibleIf(LayoutElementsContainer, GenericEditor.ItemInfo, Int32)
    GenericEditor.GetLabelIndex(LayoutElementsContainer, GenericEditor.ItemInfo)
    GenericEditor.SpawnProperty(LayoutElementsContainer, ValueContainer, GenericEditor.ItemInfo)
    GenericEditor.Deinitialize()
    GenericEditor.Refresh()
    Namespace: FlaxEditor.CustomEditors.Editors
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [CustomEditor]
    [DefaultEditor]
    public class MarginEditor : GenericEditor

    Constructors

    MarginEditor()

    Declaration
    public MarginEditor()

    Methods

    Initialize(LayoutElementsContainer)

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

    Overrides
    GenericEditor.Initialize(LayoutElementsContainer)

    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