Interface SceneJsonProps

interface SceneJsonProps {
    entities: Record<string, WithType<EntityProps>>;
}

Properties

Properties

entities: Record<string, WithType<EntityProps>>