C# Class Terraria.Graphics.Capture.CaptureBiome

Show file Open project: EmuDevs/EDTerraria Class Usage Examples

Public Properties

Property Type Description
BackgroundIndex int
BackgroundIndex2 int
Biomes CaptureBiome[]
TileColor TileColorStyle
WaterStyle int

Public Methods

Method Description
CaptureBiome ( int backgroundIndex, int backgroundIndex2, int waterStyle, TileColorStyle tileColorStyle = TileColorStyle.Normal )

Method Details

CaptureBiome() public method

public CaptureBiome ( int backgroundIndex, int backgroundIndex2, int waterStyle, TileColorStyle tileColorStyle = TileColorStyle.Normal )
backgroundIndex int
backgroundIndex2 int
waterStyle int
tileColorStyle TileColorStyle

Property Details

BackgroundIndex public property

public int BackgroundIndex
return int

BackgroundIndex2 public property

public int BackgroundIndex2
return int

Biomes public static property

public static CaptureBiome[] Biomes
return CaptureBiome[]

TileColor public property

public TileColorStyle TileColor
return TileColorStyle

WaterStyle public property

public int WaterStyle
return int