C# Class FlyToPlayer, World-of-Carbon

Inheritance: MonoBehaviour
Afficher le fichier Open project: kenfehling/World-of-Carbon

Méthodes publiques

Свойство Type Description
flySpeed float

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
Start ( ) : void
setTarget ( Transform target, bool isToPlayer ) : void
setTarget ( Vector3 target, bool isToPlayer ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

setTarget() public méthode

public setTarget ( Transform target, bool isToPlayer ) : void
target Transform
isToPlayer bool
Résultat void

setTarget() public méthode

public setTarget ( Vector3 target, bool isToPlayer ) : void
target Vector3
isToPlayer bool
Résultat void

Property Details

flySpeed public_oe property

public float flySpeed
Résultat float