Search Results for

    Show / Hide Table of Contents

    Class ModelBaseWindow<TAsset, TWindow>.MaterialsPropertiesProxyBase

    Inheritance
    System.Object
    ModelBaseWindow.PropertiesProxyBase<>
    ModelBaseWindow<TAsset, TWindow>.MaterialsPropertiesProxyBase
    Inherited Members
    ModelBaseWindow<TAsset, TWindow>.PropertiesProxyBase.OnLoad(TWindow)
    ModelBaseWindow<TAsset, TWindow>.PropertiesProxyBase.OnSave()
    ModelBaseWindow<TAsset, TWindow>.PropertiesProxyBase.OnClean()
    Namespace: FlaxEditor.Windows.Assets
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    protected class MaterialsPropertiesProxyBase : ModelBaseWindow<TAsset, TWindow>.PropertiesProxyBase

    Constructors

    MaterialsPropertiesProxyBase()

    Declaration
    public MaterialsPropertiesProxyBase()

    Properties

    MaterialSlots

    Declaration
    [Collection(CanReorderItems = true, NotNullItems = true, OverrideEditorTypeName = "FlaxEditor.CustomEditors.Editors.GenericEditor", Spacing = 10F)]
    [EditorOrder(10)]
    [EditorDisplay("Materials", "__inline__")]
    public MaterialSlot[] MaterialSlots { get; set; }
    Property Value
    MaterialSlot[]

    Methods

    UpdateMaterialSlotsUI()

    Updates the material slots UI parts. Should be called after material slot rename.

    Declaration
    public void UpdateMaterialSlotsUI()

    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