C# Class CreatureSight, TheUnseen

Inheritance: MonoBehaviour
ファイルを表示 Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
attackingFovAngle float
enragedSightMult float
playerSightDist float
poiSightDist float
searchingFovAngle float
standardFovAngle float

Public Methods

Method Description
canSee ( GameObject poi ) : bool
raycastHits ( GameObject poi, string overallTag ) : bool
recursiveTargetCheck ( GameObject poi, string overallTag ) : bool

Method Details

canSee() public method

public canSee ( GameObject poi ) : bool
poi GameObject
return bool

raycastHits() public method

public raycastHits ( GameObject poi, string overallTag ) : bool
poi GameObject
overallTag string
return bool

recursiveTargetCheck() public method

public recursiveTargetCheck ( GameObject poi, string overallTag ) : bool
poi GameObject
overallTag string
return bool

Property Details

attackingFovAngle public_oe property

public float attackingFovAngle
return float

enragedSightMult public_oe property

public float enragedSightMult
return float

playerSightDist public_oe property

public float playerSightDist
return float

poiSightDist public_oe property

public float poiSightDist
return float

searchingFovAngle public_oe property

public float searchingFovAngle
return float

standardFovAngle public_oe property

public float standardFovAngle
return float