C# 클래스 WarTornLands.Counter.CounterEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: floAr/WarTornLands 1 사용 예제들

공개 메소드들

메소드 설명
CounterEventArgs ( float _amount, string _id, bool _refresh, INCREMENT _inc ) : System
CounterEventArgs ( float term, string id, bool refresh, Increment inc, bool loop = false ) : System
CounterEventArgs ( int _amount, string _id, bool _refresh ) : System
CounterEventArgs ( int term, string id, bool refresh, bool loop = false ) : System
CounterEventArgs ( string _id ) : System
CounterEventArgs ( string id, bool loop = false ) : System
CounterEventArgs ( string id, bool refresh, bool loop = false ) : System

메소드 상세

CounterEventArgs() 공개 메소드

public CounterEventArgs ( float _amount, string _id, bool _refresh, INCREMENT _inc ) : System
_amount float
_id string
_refresh bool
_inc INCREMENT
리턴 System

CounterEventArgs() 공개 메소드

public CounterEventArgs ( float term, string id, bool refresh, Increment inc, bool loop = false ) : System
term float
id string
refresh bool
inc Increment
loop bool
리턴 System

CounterEventArgs() 공개 메소드

public CounterEventArgs ( int _amount, string _id, bool _refresh ) : System
_amount int
_id string
_refresh bool
리턴 System

CounterEventArgs() 공개 메소드

public CounterEventArgs ( int term, string id, bool refresh, bool loop = false ) : System
term int
id string
refresh bool
loop bool
리턴 System

CounterEventArgs() 공개 메소드

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

CounterEventArgs() 공개 메소드

public CounterEventArgs ( string id, bool loop = false ) : System
id string
loop bool
리턴 System

CounterEventArgs() 공개 메소드

public CounterEventArgs ( string id, bool refresh, bool loop = false ) : System
id string
refresh bool
loop bool
리턴 System