Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Terraria
World
Generation
GenerationProgress
C# Class Terraria.World.Generation.GenerationProgress
Mostrar archivo
Open project: EmuDevs/EDTerraria
Class Usage Examples
Public Properties
Property
Type
Description
CurrentPassWeight
float
TotalWeight
float
Public Methods
Method
Description
End
( ) :
void
Set
(
float
value
) :
void
Start
(
float
weight
) :
void
Method Details
End()
public
method
public
End
( ) :
void
return
void
Set()
public
method
public
Set
(
float
value
) :
void
value
float
return
void
Start()
public
method
public
Start
(
float
weight
) :
void
weight
float
return
void
Property Details
CurrentPassWeight
public_oe property
public
float
CurrentPassWeight
return
float
TotalWeight
public_oe property
public
float
TotalWeight
return
float