BoxCollider

More information can be found in the Unity API Reference and maybe in the Unity Manual.

Constructors

Constructor

Description

BoxCollider()

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
Vector3 ClosestPoint(Vector3 position)
Vector3 ClosestPointOnBounds(Vector3 position)
bool CompareTag(string tag)
int GetHashCode()
bool Raycast(Ray ray, RaycastHit hitInfo, float maxDistance)
string ToString()