Method SphereCastIgnoreTag
SphereCastIgnoreTag(Vector3, float, Vector3, out RaycastHit, float, int, in string)
Declaration
public static bool SphereCastIgnoreTag(Vector3 rayStart, float radius, Vector3 dir, out RaycastHit hitInfo, float rayLength, int layerMask, in string ignoreTag)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | rayStart | |
float | radius | |
Vector3 | dir | |
RaycastHit | hitInfo | |
float | rayLength | |
int | layerMask | |
string | ignoreTag |
Returns
Type | Description |
---|---|
bool |