UNPKG

@megavr/ecsy-babylon

Version:

babylon.js ecsy binding and helpers

7 lines (6 loc) 191 B
import { Entity } from "ecsy"; /** Interface defined the scene of a component. */ export interface SceneComponent { /** Scene Entity to add other entities. */ scene?: Entity; }