MDRC dressing room options

interface IDressingRoomOptions {
    enablePhysicsSimulation?: boolean;
}

Properties

enablePhysicsSimulation?: boolean