SphereCollider¶
More information can be found in the Unity API Reference and maybe in the Unity Manual.
Constructors¶
Constructor |
Description |
---|---|
Members¶
Member |
Description |
---|---|
Methods¶
Method |
Description |
---|---|
Details¶
-
class
SphereCollider
¶ -
SphereCollider
SphereCollider
()¶
-
float
contactOffset
¶
-
bool
enabled
¶
-
const GameObject
gameObject
¶
-
bool
isTrigger
¶
-
string
name
¶
-
float
radius
¶
-
string
tag
¶
-
bool
CompareTag
(string tag)¶
-
int
GetHashCode
()¶
-
bool
Raycast
(Ray ray, RaycastHit hitInfo, float maxDistance)¶
-
string
ToString
()¶
-
SphereCollider