C# Class Terraria.ModLoader.WaterStyleLoader

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

Méthodes publiques

Méthode Description
ChooseWaterStyle ( int &style ) : void
DrawWaterfall ( WaterfallManager waterfallManager, SpriteBatch spriteBatch ) : void
DrawWatersToScreen ( bool bg ) : void
GetWaterStyle ( int style ) : ModWaterStyle
LightColorMultiplier ( int style, float &r, float &g, float &b ) : void
UpdateLiquidAlphas ( ) : void

Private Methods

Méthode Description
ReserveStyle ( ) : int
ResizeArrays ( ) : void
Unload ( ) : void

Method Details

ChooseWaterStyle() public static méthode

public static ChooseWaterStyle ( int &style ) : void
style int
Résultat void

DrawWaterfall() public static méthode

public static DrawWaterfall ( WaterfallManager waterfallManager, SpriteBatch spriteBatch ) : void
waterfallManager WaterfallManager
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

DrawWatersToScreen() public static méthode

public static DrawWatersToScreen ( bool bg ) : void
bg bool
Résultat void

GetWaterStyle() public static méthode

public static GetWaterStyle ( int style ) : ModWaterStyle
style int
Résultat ModWaterStyle

LightColorMultiplier() public static méthode

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

UpdateLiquidAlphas() public static méthode

public static UpdateLiquidAlphas ( ) : void
Résultat void