@game-vir/multiplayer - v15.1.1
    Preparing search index...

    Class ControllerFrameEvent<Action>

    This is fired whenever a new frame is received from the host client.

    Type Parameters

    • Action extends JsonCompatibleValue

    Hierarchy

    • TypedCustomEvent<any, "controller-frame", this>
      • ControllerFrameEvent
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • Action extends JsonCompatibleValue

      Parameters

      • eventInitDict: {}

      Returns ControllerFrameEvent<Action>

    Properties

    detail: readonly Action[]

    Returns any custom data event was created with. Typically used for synthetic events.

    MDN Reference