UNPKG

babylon-mmd

Version:
12 lines (11 loc) 284 B
/** * Globally shared MMD runtime settings * * This class is used to share settings across the MMD runtime */ export class MmdRuntimeShared { /** * Default value of `IMmdModelCreationOptions.materialProxyConstructor` */ static MaterialProxyConstructor = null; }