Search Results for

    Show / Hide Table of Contents

    Class PhysicalMaterialEditor

    Custom editor for PhysicalMaterial.

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

    Constructors

    PhysicalMaterialEditor()

    Declaration
    public PhysicalMaterialEditor()

    Methods

    Initialize(LayoutElementsContainer)

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

    Overrides
    GenericEditor.Initialize(LayoutElementsContainer)

    Refresh()

    Declaration
    public override void Refresh()
    Overrides
    GenericEditor.Refresh()

    SpawnProperty(LayoutElementsContainer, ValueContainer, GenericEditor.ItemInfo)

    Spawns the property for the given item.

    Declaration
    protected override void SpawnProperty(LayoutElementsContainer itemLayout, ValueContainer itemValues, GenericEditor.ItemInfo item)
    Parameters
    FlaxEditor.CustomEditors.LayoutElementsContainer itemLayout

    The item layout.

    FlaxEditor.CustomEditors.ValueContainer itemValues

    The item values.

    GenericEditor.ItemInfo item

    The item.

    Overrides
    GenericEditor.SpawnProperty(LayoutElementsContainer, ValueContainer, GenericEditor.ItemInfo)

    Extension Methods

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

    See Also

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