Метод | Описание | |
---|---|---|
AddReference ( ) : void |
Adds a reference to this PrecisionInputTimer.
|
|
Attach ( int framesPerSecond, Action |
Attach to a PrecisionInputTimer for the specified framesPerSecond.
|
|
Detach ( |
Detach from the PrecisionInputTimer. Timer reference will be set to |
|
Dispose ( ) : void |
Releases all the resources used by the PrecisionInputTimer object.
|
|
RemoveReference ( ) : void |
Removes a reference to this PrecisionInputTimer.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the PrecisionInputTimer object and optionally releases the managed resources.
|
|
PrecisionInputTimer ( int framesPerSecond ) : System |
Create a new PrecisionInputTimer class.
|
|
SynchronizeInputTimer ( object state ) : void | ||
m_timer_Tick ( object sender, |
public static Attach ( int framesPerSecond, Action |
||
framesPerSecond | int | Desired frames per second for the input timer. |
exceptionHandler | Action |
Optional delegate to handle exception reporting from the timer. |
Результат |
public static Detach ( |
||
timer | Timer instance to detach from. | |
Результат | void |