Collider

Collider Info

Access information about a collider.

Inputs:

Name
Type
Description

Input

Collider

Reference to a collider.

Outputs:

Name
Type
Description

Enabled

Boolean

True if the collider is enabled. False otherwise.

Is Trigger

Boolean

True if the collider is set to be a trigger.

Tag

String

The tag name assigned to the collider, if set.

Game Object

Game Object

Reference to the game object of which the collider is a component.

Transform

Transform

Transform that describes the position, scale, and rotation of the collider.

Attached Rigidbody

Rigidbody

Reference to a Rigidbody.

after

Last updated