Interface MultiPlayerInputHandlerOptions

Options to configure the MultiPlayerInputHandler (on the server)

MultiPlayerInputHandlerOptions

interface MultiPlayerInputHandlerOptions {
    monitors: ServerInputHandler[];
}

Properties

Properties

monitors: ServerInputHandler[]

Array of ServerInputHandlers to monitor

Generated using TypeDoc