UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

10 lines (9 loc) 227 B
export declare enum CorePlayerInput { LEFT = "left", RIGHT = "right", BACKWARD = "backward", FORWARD = "forward", RUN = "run", JUMP = "jump" } export declare const CORE_PLAYER_INPUTS: CorePlayerInput[];