C# Class AISight, gmap377_leathGloves_inc

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

Public Properties

Property Type Description
Eyes Eye[],

Public Methods

Method Description
LookForPlayer ( ) : Transform

Searches each eye for the player. If one of the eyes can see the player, it returns the player's transform. Otherwise, it returns null.

Method Details

LookForPlayer() public method

Searches each eye for the player. If one of the eyes can see the player, it returns the player's transform. Otherwise, it returns null.
public LookForPlayer ( ) : Transform
return Transform

Property Details

Eyes public_oe property

public Eye[], Eyes
return Eye[],