C# 클래스 OsmMapControlLibrary.ScrollEnergyManager

파일 보기 프로젝트 열기: christophwille/winrt-openstreetmap-control

공개 메소드들

메소드 설명
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

메소드 상세

Recharge() 공개 메소드

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

RequestEnergy() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string