Method RaycastIgnoreTag
RaycastIgnoreTag(Ray, out RaycastHit, float, int, in string)
Declaration
public static bool RaycastIgnoreTag(Ray ray, out RaycastHit hitInfo, float rayLength, int layerMask, in string ignoreTag)
Parameters
Type | Name | Description |
---|---|---|
Ray | ray | |
RaycastHit | hitInfo | |
float | rayLength | |
int | layerMask | |
string | ignoreTag |
Returns
Type | Description |
---|---|
bool |