API ReferenceSandbox
CapsuleColliderclass
Defines a capsule collider.
Constructors1
Showing 1 constructors
public CapsuleCollider()
No results match this filter.
Methods2
Showing 2 methods
protected virtual System.Collections.Generic.IEnumerable`1<Sandbox.PhysicsShape> CreatePhysicsShapes(Sandbox.PhysicsBody targetBody, Transform local)
| Parameter | Type | Description |
|---|---|---|
| targetBody | PhysicsBody | — |
| local | Transform | — |
protected virtual void DrawGizmos()
Returns:
void—No results match this filter.
Properties3
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
Returns:
float—public Vector3 Sandbox.CapsuleCollider.Start { get; set; }
Bottom point of the capsule
No results match this filter.