C# Class ExampleMod.Backgrounds.ExampleSurfaceBgStyle

Inheritance: Terraria.ModLoader.ModSurfaceBgStyle
Afficher le fichier Open project: bluemagic123/tModLoader

Méthodes publiques

Méthode Description
ChooseBgStyle ( ) : bool
ChooseCloseTexture ( float &scale, double &parallax, float &a, float &b ) : int
ChooseFarTexture ( ) : int
ChooseMiddleTexture ( ) : int
ModifyFarFades ( float fades, float transitionSpeed ) : void

Method Details

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

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