mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update engineControllerBase.ts
This commit is contained in:
parent
1cd75fe5a8
commit
2867f03f50
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ export type EngineControllerBaseOptions = {
|
|||
antialias: boolean;
|
||||
};
|
||||
|
||||
// 抽象化レイヤー
|
||||
// UIとエンジンの間に挟まり抽象化を行うレイヤー。
|
||||
// UIからは、エンジンが直で動いててもワーカーで動いてても同じように操作できるように見える
|
||||
export abstract class EngineControllerBase<T extends RoomEngineBase> {
|
||||
private worker: Worker | null = null;
|
||||
private engine: T | null = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue