Nocturna
Preparing search index...
types
CharacterInput
Interface CharacterInput
CharacterInput represents the current input state for character movement and actions.
interface
CharacterInput
{
backward
:
boolean
;
down
:
boolean
;
forward
:
boolean
;
jump
:
boolean
;
left
:
boolean
;
right
:
boolean
;
up
:
boolean
;
}
Index
Properties
backward
down
forward
jump
left
right
up
Properties
backward
backward
:
boolean
down
down
:
boolean
forward
forward
:
boolean
jump
jump
:
boolean
left
left
:
boolean
right
right
:
boolean
up
up
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
backward
down
forward
jump
left
right
up
Nocturna
Loading...
CharacterInput represents the current input state for character movement and actions.