C# Class Terraria.ModLoader.ModSurfaceBgStyle

Mostrar archivo Open project: JavidPack/TerraCustom Class Usage Examples

Public Methods

Method Description
Autoload ( string &name ) : bool
ChooseBgStyle ( ) : bool
ChooseCloseTexture ( float &scale, double &parallax, float &a, float &b ) : int
ChooseFarTexture ( ) : int
ChooseMiddleTexture ( ) : int
ModifyFarFades ( float fades, float transitionSpeed ) : void
PreDrawCloseBackground ( SpriteBatch spriteBatch ) : bool

Method Details

Autoload() public method

public Autoload ( string &name ) : bool
name string
return bool

ChooseBgStyle() public method

public ChooseBgStyle ( ) : bool
return bool

ChooseCloseTexture() public method

public ChooseCloseTexture ( float &scale, double &parallax, float &a, float &b ) : int
scale float
parallax double
a float
b float
return int

ChooseFarTexture() public method

public ChooseFarTexture ( ) : int
return int

ChooseMiddleTexture() public method

public ChooseMiddleTexture ( ) : int
return int

ModifyFarFades() public abstract method

public abstract ModifyFarFades ( float fades, float transitionSpeed ) : void
fades float
transitionSpeed float
return void

PreDrawCloseBackground() public method

public PreDrawCloseBackground ( SpriteBatch spriteBatch ) : bool
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return bool