C# Class ExampleMod.Backgrounds.ExampleSurfaceBgStyle

Inheritance: Terraria.ModLoader.ModSurfaceBgStyle
Mostrar archivo Open project: bluemagic123/tModLoader

Public Methods

Method 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 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 method

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