Class GamepadButtonEditor
Custom editor for GamepadButton. Allows capturing gamepad buttons and assigning them to the edited value.
Inheritance
System.Object
FlaxEditor.CustomEditors.CustomEditor
GamepadButtonEditor
Namespace: FlaxEditor.CustomEditors.Editors
Assembly: FlaxEngine.CSharp.dll
Syntax
[CustomEditor]
public class GamepadButtonEditor : BindableButtonEditor
Constructors
GamepadButtonEditor()
Declaration
public GamepadButtonEditor()
Methods
Deinitialize()
Initialize(LayoutElementsContainer)
Declaration
public override void Initialize(LayoutElementsContainer layout)
Parameters
FlaxEditor.CustomEditors.LayoutElementsContainer
layout
|