Class Editor<T>
Editor options editor.
Namespace: FlaxEditor.Options
Assembly: FlaxEngine.CSharp.dll
Syntax
public class Editor<T> : GenericEditor where T : new()
Type Parameters
T
|
Constructors
Editor()
Declaration
public Editor()
Methods
Initialize(LayoutElementsContainer)
Declaration
public override void Initialize(LayoutElementsContainer layout)
Parameters
FlaxEditor.CustomEditors.LayoutElementsContainer
layout
|