Property | Type | Description | |
---|---|---|---|
attackingFovAngle | float | ||
enragedSightMult | float | ||
playerSightDist | float | ||
poiSightDist | float | ||
searchingFovAngle | float | ||
standardFovAngle | float |
Method | Description | |
---|---|---|
canSee ( GameObject poi ) : bool | ||
raycastHits ( GameObject poi, string overallTag ) : bool | ||
recursiveTargetCheck ( GameObject poi, string overallTag ) : bool |
public raycastHits ( GameObject poi, string overallTag ) : bool | ||
poi | GameObject | |
overallTag | string | |
return | bool |
public recursiveTargetCheck ( GameObject poi, string overallTag ) : bool | ||
poi | GameObject | |
overallTag | string | |
return | bool |