C# Class TankMovement, gmap377_leathGloves_inc

Inheritance: NetworkBehaviour
Show file Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Public Properties

Property Type Description
updatePlanBuffer float

Public Methods

Method Description
Start ( ) : void

Initialize information

Update ( ) : void

Private Methods

Method Description
checkPlan ( ) : void

Checks the plan and sees if it needs to be updated

updatePlan ( ) : IEnumerator

Update the plan in a more buffered approach

Method Details

Start() public method

Initialize information
public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

updatePlanBuffer public property

public float updatePlanBuffer
return float