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