interface DressingRoomOptions {
    enablePhysicsSimulation?: boolean;
}

Properties

enablePhysicsSimulation?: boolean