Collider
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 Collider
-
Collider Collider()
-
const Rigidbody attachedRigidbody
-
const Bounds bounds
-
float contactOffset
-
bool enabled
-
const GameObject gameObject
-
bool isTrigger
-
string name
-
string tag
-
const Transform transform
-
bool CompareTag(string tag)
-
int GetHashCode()
-
bool Raycast(Ray ray, RaycastHit hitInfo, float maxDistance)
-
string ToString()
-
Collider Collider()