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