C# Class WaterFollowPath, scriptcaster

Inheritance: MonoBehaviour
Afficher le fichier Open project: crazymeeshu/scriptcaster

Méthodes publiques

Свойство Type Description
MaxDistanceToGoal float
Speed float
Type FollowType
_currentPoint IEnumerator

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

MaxDistanceToGoal public_oe property

public float MaxDistanceToGoal
Résultat float

Speed public_oe property

public float Speed
Résultat float

Type public_oe property

public FollowType Type
Résultat FollowType

_currentPoint public_oe property

public IEnumerator _currentPoint
Résultat IEnumerator