s&box docs

public sealed class Sandbox.PhysicsBodyBuilder

Provides ability to generate a physics body for a `Sandbox.Model` at runtime. See `Sandbox.ModelBuilder.AddBody(System.Single,Sandbox.Surface,System.String)`

Methods

Showing 8 methods

public Sandbox.PhysicsBodyBuilder AddMesh(System.Span`1<Vector3> vertices, System.Span`1<uint> indices, System.Span`1<byte> materials)

Properties

Showing 4 properties

public string Sandbox.PhysicsBodyBuilder.BoneName { get; set; }

The name of the bone this body is attached to, or `null` if not attached.

public float Sandbox.PhysicsBodyBuilder.Mass { get; set; }

The mass of the body in kilograms. Set to `0` to calculate automatically from its shapes and density.

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.PhysicsBodyBuilder

On this page