Class ModelBaseWindow<TAsset, TWindow>.MaterialsPropertiesProxyBase
Inheritance
System.Object
ModelBaseWindow<TAsset, TWindow>.MaterialsPropertiesProxyBase
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()