C# Class FollowX, Zombayo

Inheritance: MonoBehaviour
Afficher le fichier Open project: pchernev/Zombayo Class Usage Examples

Méthodes publiques

Свойство Type Description
offset float
target Transform

Méthodes publiques

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

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

follow() public méthode

public follow ( ) : void
Résultat void

Property Details

offset public_oe property

public float offset
Résultat float

target public_oe property

public Transform target
Résultat Transform