C# Class PathManager, TimeTeamProject

Show file Open project: cmpt360/TimeTeamProject Class Usage Examples

Public Properties

Property Type Description
mobSp float

Public Methods

Method Description
GlobalPathToTarget ( ) : void
GoToSpawn ( ) : void
LocalPathToTarget ( string tag ) : void
OnCollisionEnter2D ( Collision2D collision ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
waitForMove ( ) : IEnumerator

Method Details

GlobalPathToTarget() public method

public GlobalPathToTarget ( ) : void
return void

GoToSpawn() public method

public GoToSpawn ( ) : void
return void

LocalPathToTarget() public method

public LocalPathToTarget ( string tag ) : void
tag string
return void

OnCollisionEnter2D() public method

public OnCollisionEnter2D ( Collision2D collision ) : void
collision Collision2D
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

mobSp public property

public float mobSp
return float