类型别名 ShutdownFunctionType<PerPlayerStorageType>

ShutdownFunctionType: (
    uiSession: IPlayerUISession<PerPlayerStorageType>,
) => void

Callback type when an extension instance is shutdown for a given player. Used for performing any final work or clean up that can't be handled automatically via Disposables.

类型参数

  • PerPlayerStorageType

类型声明