API ReferenceSandbox
public class Sandbox.CapsuleCollider : Sandbox.Collider
Defines a capsule collider.
Related Guides
Broader workflow and conceptual references connected to this API.
Constructors
Showing 1 constructors
public CapsuleCollider()
No results match this filter.
Methods
Showing 2 methods
protected virtual System.Collections.Generic.IEnumerable`1<Sandbox.PhysicsShape> CreatePhysicsShapes(Sandbox.PhysicsBody targetBody, Transform local)
protected virtual void DrawGizmos()
No results match this filter.
Properties
Showing 3 properties
public Vector3 Sandbox.CapsuleCollider.End { get; set; }
Top point of the capsule
public float Sandbox.CapsuleCollider.Radius { get; set; }
Radius of the capsule
public Vector3 Sandbox.CapsuleCollider.Start { get; set; }
Bottom point of the capsule
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.CapsuleCollider |