s&box docs

public sealed class Sandbox.PhysicsGroupDescription.BodyPart

Properties

Showing 13 properties

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.PhysicsGroupDescription.BodyPart

On this page

Propertiespublic System.Single Sandbox.PhysicsGroupDescription.BodyPart.AngularDamping { get; set; }public System.String Sandbox.PhysicsGroupDescription.BodyPart.BoneName { get; set; }public System.Collections.Generic.IReadOnlyList`1<Sandbox.PhysicsGroupDescription.BodyPart.CapsulePart> Sandbox.PhysicsGroupDescription.BodyPart.Capsules { get; set; }public System.Single Sandbox.PhysicsGroupDescription.BodyPart.GravityScale { get; set; }public System.Collections.Generic.IReadOnlyList`1<Sandbox.PhysicsGroupDescription.BodyPart.HullPart> Sandbox.PhysicsGroupDescription.BodyPart.Hulls { get; set; }public System.Single Sandbox.PhysicsGroupDescription.BodyPart.LinearDamping { get; set; }public System.Single Sandbox.PhysicsGroupDescription.BodyPart.Mass { get; set; }public Vector3 Sandbox.PhysicsGroupDescription.BodyPart.MassCenterOverride { get; set; }public System.Collections.Generic.IReadOnlyList`1<Sandbox.PhysicsGroupDescription.BodyPart.MeshPart> Sandbox.PhysicsGroupDescription.BodyPart.Meshes { get; set; }public System.Boolean Sandbox.PhysicsGroupDescription.BodyPart.OverrideMassCenter { get; set; }public System.Collections.Generic.IReadOnlyList`1<Sandbox.PhysicsGroupDescription.BodyPart.Part> Sandbox.PhysicsGroupDescription.BodyPart.Parts { get; set; }public System.Collections.Generic.IReadOnlyList`1<Sandbox.PhysicsGroupDescription.BodyPart.SpherePart> Sandbox.PhysicsGroupDescription.BodyPart.Spheres { get; set; }public Transform Sandbox.PhysicsGroupDescription.BodyPart.Transform { get; set; }Metadata