C# Class FollowAgent, lab

Inheritance: MonoBehaviour
Afficher le fichier Open project: marekdaniluk/lab Class Usage Examples

Méthodes publiques

Свойство Type Description
color UnityEngine.Color32
controller lab.AiController
follow Transform

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

color public_oe property

public Color32,UnityEngine color
Résultat UnityEngine.Color32

controller public_oe property

public AiController,lab controller
Résultat lab.AiController

follow public_oe property

public Transform follow
Résultat Transform