C# Class FollowNodes, gateway2dwest

Inheritance: MonoBehaviour
Afficher le fichier Open project: stlgamedev/gateway2dwest

Méthodes publiques

Свойство Type Description
delayAtNodes float
mirrorPath bool
movementSpeed float
nodesToFollow Transform[]

Méthodes publiques

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

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

UnpauseMove() public méthode

public UnpauseMove ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

delayAtNodes public_oe property

public float delayAtNodes
Résultat float

mirrorPath public_oe property

public bool mirrorPath
Résultat bool

movementSpeed public_oe property

public float movementSpeed
Résultat float

nodesToFollow public_oe property

public Transform[] nodesToFollow
Résultat Transform[]