Interface GameObjectBuilder

Options passed to create a new player. Used by the MultiPlayerSceneManager

NewPlayerOptions

interface GameObjectBuilder {
    class: any;
    options: GameObjectOptions | PolygonOptions | SpriteOptions;
}

Properties

Properties

class: any

The class of the game object to create

Options to pass to the game object

Generated using TypeDoc