Joints

IDictionary<string, IJoint> IRigidBody.Joints { get; }

Gets the collection of joints of this rigid body.

Value

IDictionary<string, IJoint> – Collection of joints of this rigid body.

Throws