C# Class FollowNodes, gateway2dwest

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public float delayAtNodes
return float

mirrorPath public_oe property

public bool mirrorPath
return bool

movementSpeed public_oe property

public float movementSpeed
return float

nodesToFollow public_oe property

public Transform[] nodesToFollow
return Transform[]