C# Class Terraria.ModLoader.ModWaterStyle

Afficher le fichier Open project: JavidPack/TerraCustom Class Usage Examples

Méthodes publiques

Méthode Description
Autoload ( string &name, string &texture, string &blockTexture ) : bool
BiomeHairColor ( ) : Color
ChooseWaterStyle ( ) : bool
ChooseWaterfallStyle ( ) : int
GetDropletGore ( ) : int
GetSplashDust ( ) : int
LightColorMultiplier ( float &r, float &g, float &b ) : void

Method Details

Autoload() public méthode

public Autoload ( string &name, string &texture, string &blockTexture ) : bool
name string
texture string
blockTexture string
Résultat bool

BiomeHairColor() public méthode

public BiomeHairColor ( ) : Color
Résultat Color

ChooseWaterStyle() public méthode

public ChooseWaterStyle ( ) : bool
Résultat bool

ChooseWaterfallStyle() public abstract méthode

public abstract ChooseWaterfallStyle ( ) : int
Résultat int

GetDropletGore() public abstract méthode

public abstract GetDropletGore ( ) : int
Résultat int

GetSplashDust() public abstract méthode

public abstract GetSplashDust ( ) : int
Résultat int

LightColorMultiplier() public méthode

public LightColorMultiplier ( float &r, float &g, float &b ) : void
r float
g float
b float
Résultat void