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

    Class LockStepFrameEvent<Action>

    An event that is omitted from LockStepGameStateController when a frame is finalized.

    Type Parameters

    • Action extends JsonCompatibleValue

    Hierarchy

    • TypedCustomEvent<any, "lock-step-multiplayer-frame", this>
      • LockStepFrameEvent
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • Action extends JsonCompatibleValue

      Parameters

      • eventInitDict: {}

      Returns LockStepFrameEvent<Action>

    Properties

    detail: Action

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

    MDN Reference