C# Class FollowNodes, gateway2dwest

Inheritance: MonoBehaviour
Show file Open project: stlgamedev/gateway2dwest

Public Properties

Property Type Description
delayAtNodes float
mirrorPath bool
movementSpeed float
nodesToFollow Transform[]

Public Methods

Method Description
Start ( ) : void
UnpauseMove ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

UnpauseMove() public method

public UnpauseMove ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

delayAtNodes public property

public float delayAtNodes
return float

mirrorPath public property

public bool mirrorPath
return bool

movementSpeed public property

public float movementSpeed
return float

nodesToFollow public property

public Transform[] nodesToFollow
return Transform[]