|
| | PlayerAction (string name, PlayerActionSet owner) |
| |
| void | AddDefaultBinding (BindingSource binding) |
| |
| void | AddDefaultBinding (params Key[] keys) |
| |
| void | AddDefaultBinding (KeyCombo keyCombo) |
| |
| void | AddDefaultBinding (Mouse control) |
| |
| void | AddDefaultBinding (InputControlType control) |
| |
| bool | AddBinding (BindingSource binding) |
| |
| bool | InsertBindingAt (int index, BindingSource binding) |
| |
| bool | ReplaceBinding (BindingSource findBinding, BindingSource withBinding) |
| |
| bool | HasBinding (BindingSource binding) |
| |
| BindingSource | FindBinding (BindingSource binding) |
| |
| void | RemoveBinding (BindingSource binding) |
| |
| void | RemoveBindingAt (int index) |
| |
| void | ClearBindings () |
| |
| void | ResetBindings () |
| |
| void | ListenForBinding () |
| |
| void | ListenForBindingReplacing (BindingSource binding) |
| |
| void | StopListeningForBinding () |
| |
| bool | UpdateWithState (bool state, ulong updateTick, float deltaTime) |
| |
| bool | UpdateWithValue (float value, ulong updateTick, float deltaTime) |
| |
| void | ClearInputState () |
| |
| void | Commit () |
| |
| void | CommitWithState (bool state, ulong updateTick, float deltaTime) |
| |
| void | CommitWithValue (float value, ulong updateTick, float deltaTime) |
| |
|
| string | Name [get, set, private set] |
| |
| PlayerActionSet | Owner [get, set, private set] |
| |
| Action< BindingSourceType > | OnLastInputTypeChanged [set] |
| |
| Action | OnBindingsChanged [set] |
| |
| object | UserData [get, set] |
| |
| bool | IsListeningForBinding [get, set] |
| |
| ReadOnlyCollection< BindingSource > | Bindings [get, set] |
| |
| ReadOnlyCollection< BindingSource > | UnfilteredBindings [get, set] |
| |
| InputDevice | Device [get, set] |
| |
| InputDevice | ActiveDevice [get, set] |
| |
| bool | LastInputTypeIsDevice [get, set] |
| |
| new float | LowerDeadZone [get, set] |
| |
| new float | UpperDeadZone [get, set] |
| |
| ulong | UpdateTick [get, set, protected set] |
| |
| bool | State [get, set] |
| |
| bool | LastState [get, set] |
| |
| float | Value [get, set] |
| |
| float | LastValue [get, set] |
| |
| float | RawValue [get, set] |
| |
| float | NextRawValue [get, set] |
| |
| bool | HasInput [get, set] |
| |
| bool | HasChanged [get, set] |
| |
| bool | IsPressed [get, set] |
| |
| bool | WasPressed [get, set] |
| |
| bool | WasReleased [get, set] |
| |
| bool | WasRepeated [get, set] |
| |
| float | Sensitivity [get, set] |
| |
| float | StateThreshold [get, set] |
| |
| bool | IsNullControl [get, set] |
| |
| bool | Enabled [get, set] |
| |
| bool | EnabledInHierarchy [get, set] |
| |
Definition at line 13 of file PlayerAction.cs.