class
HullCollider
public sealed class HullCollider : Collider Defines a box, cone, or cylinder hull collider.
Constructors
HullCollider() Properties
| Name | Type | Description |
|---|---|---|
Type | PrimitiveType | The type of primitive. |
Center | Vector3 | The center of the primitive relative to this GameObject. |
BoxSize | Vector3 | The size of the box, from corner to corner. |
Height | Single | |
Radius | Single | |
Radius2 | Single | |
Slices | Int32 | |
Points | List<Vector3> |