UNPKG

babylon-mmd

Version:
13 lines (12 loc) 400 B
import type { IMmdMaterialProxyConstructor } from "./IMmdMaterialProxy"; /** * Globally shared MMD runtime settings * * This class is used to share settings across the MMD runtime */ export declare class MmdRuntimeShared { /** * Default value of `IMmdModelCreationOptions.materialProxyConstructor` */ static MaterialProxyConstructor: IMmdMaterialProxyConstructor<any> | null; }