Class EnumValue
Combo box for enum element.
Implements
System.IComparable
Namespace: FlaxEditor.Surface.Elements
Assembly: FlaxEngine.CSharp.dll
Syntax
public class EnumValue : EnumComboBox, IComparable, IDrawable, ISurfaceNodeElement
Constructors
EnumValue(SurfaceNode, NodeElementArchetype)
Declaration
public EnumValue(SurfaceNode parentNode, NodeElementArchetype archetype)
Parameters
FlaxEditor.Surface.SurfaceNode
parentNode
|
FlaxEditor.Surface.NodeElementArchetype
archetype
|
Properties
Archetype
Declaration
public NodeElementArchetype Archetype { get; }
Property Value
FlaxEditor.Surface.NodeElementArchetype
|
ParentNode
Declaration
public SurfaceNode ParentNode { get; }
Property Value
FlaxEditor.Surface.SurfaceNode
|
Surface
Gets the surface.
Declaration
public VisjectSurface Surface { get; }
Property Value
FlaxEditor.Surface.VisjectSurface
|
Methods
OnValueChanged()
Called when value gets changed.
Declaration
protected override void OnValueChanged()
Overrides
Extension Methods
See Also
FlaxEditor.Surface.ISurfaceNodeElement