C# 클래스 WarTornLands.Counter.Counter

파일 보기 프로젝트 열기: floAr/WarTornLands

공개 메소드들

메소드 설명
Counter ( int _default, string _id ) : System
Counter ( string _id ) : System
Counter ( string id, bool stepCalled = false ) : System
Counter ( string id, int defaultTerm ) : System
Counter ( string id, int defaultTerm, bool stepCalled ) : System

Initializes a new instance of the Counter class.

GetID ( ) : string
GetPercentage ( ) : float
Initialize ( CounterManager _proprietor ) : void
OnCancel ( object sender, CounterEventArgs e ) : void
Update ( GameTime gameTime ) : void

비공개 메소드들

메소드 설명
OnStartCounter ( object sender, CounterEventArgs e ) : void

메소드 상세

Counter() 공개 메소드

public Counter ( int _default, string _id ) : System
_default int
_id string
리턴 System

Counter() 공개 메소드

public Counter ( string _id ) : System
_id string
리턴 System

Counter() 공개 메소드

public Counter ( string id, bool stepCalled = false ) : System
id string
stepCalled bool
리턴 System

Counter() 공개 메소드

public Counter ( string id, int defaultTerm ) : System
id string
defaultTerm int
리턴 System

Counter() 공개 메소드

Initializes a new instance of the Counter class.
public Counter ( string id, int defaultTerm, bool stepCalled ) : System
id string The ID.
defaultTerm int The default term.
stepCalled bool
리턴 System

GetID() 공개 메소드

public GetID ( ) : string
리턴 string

GetPercentage() 공개 메소드

public GetPercentage ( ) : float
리턴 float

Initialize() 공개 메소드

public Initialize ( CounterManager _proprietor ) : void
_proprietor CounterManager
리턴 void

OnCancel() 공개 메소드

public OnCancel ( object sender, CounterEventArgs e ) : void
sender object
e CounterEventArgs
리턴 void

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void