C# Class OsmMapControlLibrary.ScrollEnergyManager

Mostrar archivo Open project: christophwille/winrt-openstreetmap-control

Public Methods

Method Description
Recharge ( ) : void

Recharges the energy (done during every frame)

RequestEnergy ( double requiredEnergy ) : double

Requests the energy. Not the complete request will be returned

ToString ( ) : string

Method Details

Recharge() public method

Recharges the energy (done during every frame)
public Recharge ( ) : void
return void

RequestEnergy() public method

Requests the energy. Not the complete request will be returned
public RequestEnergy ( double requiredEnergy ) : double
requiredEnergy double
return double

ToString() public method

public ToString ( ) : string
return string