C# Class Terraria.World.Generation.GenerationProgress

Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

Свойство Type Description
CurrentPassWeight float
TotalWeight float

Méthodes publiques

Méthode Description
End ( ) : void
Set ( float value ) : void
Start ( float weight ) : void

Method Details

End() public méthode

public End ( ) : void
Résultat void

Set() public méthode

public Set ( float value ) : void
value float
Résultat void

Start() public méthode

public Start ( float weight ) : void
weight float
Résultat void

Property Details

CurrentPassWeight public_oe property

public float CurrentPassWeight
Résultat float

TotalWeight public_oe property

public float TotalWeight
Résultat float