C# Class Terraria.ModLoader.ModUgBgStyle

Mostrar archivo Open project: JavidPack/TerraCustom Class Usage Examples

Public Methods

Method Description
Autoload ( string &name ) : bool
ChooseBgStyle ( ) : bool
FillTextureArray ( int textureSlots ) : void

Method Details

Autoload() public method

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

ChooseBgStyle() public method

public ChooseBgStyle ( ) : bool
return bool

FillTextureArray() public abstract method

public abstract FillTextureArray ( int textureSlots ) : void
textureSlots int
return void