sparkengineweb
    Preparing search index...

    Interface SceneJsonProps

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

    Properties

    Properties

    entities: Record<string, WithType<EntityProps>>