PCActions interface
Signature:
export interface PCActions
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
boolean |
whether the character is moving backward | ||
boolean |
whether the character is moving forward | ||
boolean |
whether the character is jumping | ||
boolean |
whether the character is moving left | ||
boolean |
whether the character is moving right | ||
boolean |
whether the character is running |