C# Class TankMovement, gmap377_leathGloves_inc

Inheritance: NetworkBehaviour
Afficher le fichier Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Méthodes publiques

Свойство Type Description
updatePlanBuffer float

Méthodes publiques

Méthode Description
Start ( ) : void

Initialize information

Update ( ) : void

Private Methods

Méthode 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 méthode

Initialize information
public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

updatePlanBuffer public_oe property

public float updatePlanBuffer
Résultat float