Class CapsuleCollider
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public class CapsuleCollider : Collider
Properties
center
Declaration
public Vector3 center { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |
direction
Declaration
public int direction { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
height
Declaration
public float height { get; set; }
Property Value
Type | Description |
---|---|
Single |
radius
Declaration
public float radius { get; set; }
Property Value
Type | Description |
---|---|
Single |