Collider Methods |
The Collider type exposes the following members.
Name | Description | |
---|---|---|
Collide |
Detect if there is a collision with objects in a scene between the initial and the target point of view.
| |
Create |
Creates a Collider.
| |
Destroy |
Destroys all resources used by the Collider.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetCollideWithTag |
Enable or disable the collision detection with surfaces having the specified tag.
| |
SetCollideWithTransparent |
Enable or disable the collision detection with transparent surfaces.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |