C# Class Terraria.ModLoader.ModWaterfallStyle

Mostrar archivo Open project: JavidPack/TerraCustom Class Usage Examples

Public Methods

Method Description
AddLight ( int i, int j ) : void
Autoload ( string &name, string &texture ) : bool
ColorMultiplier ( float &r, float &g, float &b, float a ) : void

Method Details

AddLight() public method

public AddLight ( int i, int j ) : void
i int
j int
return void

Autoload() public method

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

ColorMultiplier() public method

public ColorMultiplier ( float &r, float &g, float &b, float a ) : void
r float
g float
b float
a float
return void