interface AsukaNativeSnapshotsState {
    babylon?: Record<string, unknown>;
    fabric?: Record<string, unknown>;
    [engine: string]: unknown;
}

Indexable

  • [engine: string]: unknown

Properties

Properties

babylon?: Record<string, unknown>

Native Babylon/3D scene snapshots. Technical cache for 3D engines.

fabric?: Record<string, unknown>

Native Fabric snapshots. Technical cache, not the main business source.