API ReferenceSandbox
public sealed class Sandbox.HullCollider : Sandbox.Collider
Defines a box, cone, or cylinder hull collider.
Constructors
Showing 1 constructors
public HullCollider()
No results match this filter.
Properties
Showing 8 properties
public Vector3 Sandbox.HullCollider.BoxSize { get; set; }
The size of the box, from corner to corner.
public Vector3 Sandbox.HullCollider.Center { get; set; }
The center of the primitive relative to this GameObject.
public float Sandbox.HullCollider.Height { get; set; }
public System.Collections.Generic.List`1<Vector3> Sandbox.HullCollider.Points { get; set; }
public float Sandbox.HullCollider.Radius { get; set; }
public float Sandbox.HullCollider.Radius2 { get; set; }
public int Sandbox.HullCollider.Slices { get; set; }
public Sandbox.HullCollider.PrimitiveType Sandbox.HullCollider.Type { get; set; }
The type of primitive.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.HullCollider |