Type alias InstancedRigidBodyProps

InstancedRigidBodyProps: RigidBodyProps & {
    key: string | number;
}

Generated using TypeDoc