colliderTag(...)
colliderTag(v : string): Raycaster;
Sets the collider tag of this raycaster. Objects with this tag will be tested for intersection with the raycaster.
Parameters
Parameter | Type | Description |
---|---|---|
v | string | The name of the collider tag. |
Returns
Raycaster