Interface RigidBodyComponentProps

interface RigidBodyComponentProps {
    aabb?: AABB;
    isContainer?: boolean;
    matchContainerTransform?: boolean;
    onCollisionCb?: CollisionCallback;
    rebound: number;
}

Hierarchy (view full)

Properties

aabb?: AABB
isContainer?: boolean
matchContainerTransform?: boolean
onCollisionCb?: CollisionCallback
rebound: number