class
BodyPart
public sealed class BodyPart Properties
| Name | Type | Description |
|---|---|---|
Transform | Transform | |
BoneName | String | |
Mass | Single | |
LinearDamping | Single | |
AngularDamping | Single | |
OverrideMassCenter | Boolean | |
MassCenterOverride | Vector3 | |
GravityScale | Single | |
Spheres | IReadOnlyList<SpherePart> | |
Capsules | IReadOnlyList<CapsulePart> | |
Hulls | IReadOnlyList<HullPart> | |
Meshes | IReadOnlyList<MeshPart> | |
Parts | IReadOnlyList<Part> |
Assembly:
Sandbox.Engine Declaring Type: PhysicsGroupDescription Full Name: Sandbox.PhysicsGroupDescription.BodyPart