Skip to content

引擎

typescript
import { engine } from "cassia-engine";

// 启动引擎
engine.start();
// 可选的启动选项
engine.start({
    // 启用物理引擎
    enablePhysics: true,
    // ...
});