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