Interface MeshPhysicsObject

interface MeshPhysicsObject {
    body?: Body | PhysicsBodyOption;
    copyPosition?: boolean;
    copyQuaternion?: boolean;
    type?: ShapeType2;
}

Hierarchy (view full)

Properties

copyPosition?: boolean
copyQuaternion?: boolean
type?: ShapeType2