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
RTSEngine
Data
AnimationLoop
C# Class RTSEngine.Data.AnimationLoop
Exibir arquivo
Open project: RegrowthStudios/VoxelRTS
Class Usage Examples
Public Methods
Method
Description
AnimationLoop
(
int
s
,
int
e
) :
System
Restart
(
bool
rand
= false ) :
void
Step
(
float
dt
) :
void
Method Details
AnimationLoop()
public
method
public
AnimationLoop
(
int
s
,
int
e
) :
System
s
int
e
int
return
System
Restart()
public
method
public
Restart
(
bool
rand
= false ) :
void
rand
bool
return
void
Step()
public
method
public
Step
(
float
dt
) :
void
dt
float
return
void