Controlsfactoryopts

ControlsFactoryOpts interface

Signature:

export interface ControlsFactoryOpts 

Properties

PropertyModifiersTypeDescription
object?any(Optional) The object to control, See the docs for each type for more info
params?ControlsParams[ControlsType](Optional) The parameters to pass to the controls constructor.
target?any(Optional) The target object to control, See the docs for each type for more info
type"platformer" | "thirdperson" | "firstperson" | "debugorbit" | "fly"The type of controls to create.