C# 클래스 AISight, gmap377_leathGloves_inc

상속: MonoBehaviour
파일 보기 프로젝트 열기: bi3mer/gmap377_leathGloves_inc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Eyes Eye[],

공개 메소드들

메소드 설명
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.

메소드 상세

LookForPlayer() 공개 메소드

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
리턴 Transform

프로퍼티 상세

Eyes 공개적으로 프로퍼티

public Eye[], Eyes
리턴 Eye[],