Esposter
    Preparing search index...

    Type Alias GameObjectEventEmitsOptions

    GameObjectEventEmitsOptions: {
        [P in keyof typeof GameObjectEventMap]: Types.Input.EventData[]
    } & {
        [P in UpdateEvent<keyof GameObjectConfiguration>]: [
            GameObjectConfiguration[ExtractUpdateEvent<P>]?,
        ]
    }