C# Class Terraria.ModLoader.WaterStyleLoader

Mostrar archivo Open project: JavidPack/TerraCustom Class Usage Examples

Public Methods

Method 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

Method Description
ReserveStyle ( ) : int
ResizeArrays ( ) : void
Unload ( ) : void

Method Details

ChooseWaterStyle() public static method

public static ChooseWaterStyle ( int &style ) : void
style int
return void

DrawWaterfall() public static method

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

DrawWatersToScreen() public static method

public static DrawWatersToScreen ( bool bg ) : void
bg bool
return void

GetWaterStyle() public static method

public static GetWaterStyle ( int style ) : ModWaterStyle
style int
return ModWaterStyle

LightColorMultiplier() public static method

public static LightColorMultiplier ( int style, float &r, float &g, float &b ) : void
style int
r float
g float
b float
return void

UpdateLiquidAlphas() public static method

public static UpdateLiquidAlphas ( ) : void
return void