Class Int4Editor
Default implementation of the inspector used to edit Int4 value type properties.
Inheritance
System.Object
FlaxEditor.CustomEditors.CustomEditor
Int4Editor
Namespace: FlaxEditor.CustomEditors.Editors
Assembly: FlaxEngine.CSharp.dll
Syntax
[CustomEditor]
[DefaultEditor]
public class Int4Editor : CustomEditor
Constructors
Int4Editor()
Declaration
public Int4Editor()
Fields
WElement
The W component editor.
Declaration
protected IntegerValueElement WElement
Field Value
IntegerValueElement
|
XElement
The X component editor.
Declaration
protected IntegerValueElement XElement
Field Value
IntegerValueElement
|
YElement
The Y component editor.
Declaration
protected IntegerValueElement YElement
Field Value
IntegerValueElement
|
ZElement
The Z component editor.
Declaration
protected IntegerValueElement ZElement
Field Value
IntegerValueElement
|
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()