Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Statman
MainLoop
C# Class Statman.MainLoop
Inheritance:
IDisposable
Exibir arquivo
Open project: OrfeasZ/Statman
Class Usage Examples
Public Methods
Method
Description
Dispose
( ) :
void
MainLoop
(
int
p_TickRate
) :
System
Start
( ) :
void
Stop
( ) :
void
Protected Methods
Method
Description
DoLoopWork
( ) :
void
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
DoLoopWork()
protected
method
protected
DoLoopWork
( ) :
void
return
void
MainLoop()
public
method
public
MainLoop
(
int
p_TickRate
) :
System
p_TickRate
int
return
System
Start()
public
method
public
Start
( ) :
void
return
void
Stop()
public
method
public
Stop
( ) :
void
return
void