C# Класс AISight, gmap377_leathGloves_inc

Наследование: MonoBehaviour
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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[],