C# Class Terraria.ModLoader.ModSurfaceBgStyle

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

Méthodes publiques

Méthode 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 méthode

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

ChooseBgStyle() public méthode

public ChooseBgStyle ( ) : bool
Résultat bool

ChooseCloseTexture() public méthode

public ChooseCloseTexture ( float &scale, double &parallax, float &a, float &b ) : int
scale float
parallax double
a float
b float
Résultat int

ChooseFarTexture() public méthode

public ChooseFarTexture ( ) : int
Résultat int

ChooseMiddleTexture() public méthode

public ChooseMiddleTexture ( ) : int
Résultat int

ModifyFarFades() public abstract méthode

public abstract ModifyFarFades ( float fades, float transitionSpeed ) : void
fades float
transitionSpeed float
Résultat void

PreDrawCloseBackground() public méthode

public PreDrawCloseBackground ( SpriteBatch spriteBatch ) : bool
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat bool