UNPKG

@glowjs/core

Version:

GlowJS数字孪生引擎核心库。

7 lines (6 loc) 169 B
import { LevelMgr } from "../LevelMgr"; /** * 设置默认视角 * @param this 场景管理器 */ export declare function setDefaultView(this: LevelMgr): void;