Class CustomElement<T>
The custom layout element.
Inheritance
System.Object
FlaxEditor.CustomEditors.LayoutElement
CustomElement<T>
Namespace: FlaxEditor.CustomEditors.Elements
Assembly: FlaxEngine.CSharp.dll
Syntax
public class CustomElement<T> : LayoutElement where T : Control, new()
Type Parameters
T
|
Constructors
CustomElement()
Declaration
public CustomElement()
Fields
CustomControl
The custom control.
Declaration
public readonly T CustomControl
Field Value
T
|
Properties
Control
Declaration
public override Control Control { get; }
Property Value
Control
|
Overrides
FlaxEditor.CustomEditors.LayoutElement.Control
Extension Methods
See Also
FlaxEditor.CustomEditors.LayoutElement