Class Float3Editor
Default implementation of the inspector used to edit Float3 value type properties.
Namespace: FlaxEditor.CustomEditors.Editors
Assembly: FlaxEngine.CSharp.dll
Syntax
[CustomEditor]
[DefaultEditor]
public class Float3Editor : CustomEditor
Constructors
Float3Editor()
Declaration
public Float3Editor()
Fields
LinkValues
If true, when one value is changed, the other 2 will change as well.
Declaration
public bool LinkValues
Field Value
System.Boolean
|
XElement
The X component editor.
Declaration
protected FloatValueElement XElement
Field Value
FloatValueElement
|
YElement
The Y component editor.
Declaration
protected FloatValueElement YElement
Field Value
FloatValueElement
|
ZElement
The Z component editor.
Declaration
protected FloatValueElement ZElement
Field Value
FloatValueElement
|
Properties
Style
Declaration
public override DisplayStyle Style { get; }
Property Value
FlaxEditor.CustomEditors.DisplayStyle
|
Overrides
FlaxEditor.CustomEditors.CustomEditor.Style
Methods
Initialize(LayoutElementsContainer)
Declaration
public override void Initialize(LayoutElementsContainer layout)
Parameters
FlaxEditor.CustomEditors.LayoutElementsContainer
layout
|
Overrides
FlaxEditor.CustomEditors.CustomEditor.Initialize(FlaxEditor.CustomEditors.LayoutElementsContainer)
Refresh()
Declaration
public override void Refresh()
Overrides
FlaxEditor.CustomEditors.CustomEditor.Refresh()