Search Results for

    Show / Hide Table of Contents

    Class MaterialInstanceWindow.ParametersEditor

    Custom editor for editing material parameters collection.

    Inheritance
    System.Object
    FlaxEditor.CustomEditors.CustomEditor
    GenericEditor
    MaterialInstanceWindow.ParametersEditor
    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.Windows.Assets
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public class ParametersEditor : GenericEditor

    Constructors

    ParametersEditor()

    Declaration
    public ParametersEditor()

    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)

    See Also

    FlaxEditor.CustomEditors.CustomEditor
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat