Const
Typename for a PlayerControllerInput component.
PlayerControllerInput
Use this to create your own input component that can be retrieved by PlayerController:
import {PlayerControllerInput, PlayerControllerInputTypename} fromn '@wonderlandengine/interaction';export class CustomPlayerInput implements PlayerControllerInput { static TypeName = PlayerControllerInputTypename; ...} Copy
import {PlayerControllerInput, PlayerControllerInputTypename} fromn '@wonderlandengine/interaction';export class CustomPlayerInput implements PlayerControllerInput { static TypeName = PlayerControllerInputTypename; ...}
Typename for a
PlayerControllerInputcomponent.Use this to create your own input component that can be retrieved by PlayerController: