C# Class Terraria.Graphics.Capture.CaptureBiome

显示文件 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_oe property

public int BackgroundIndex
return int

BackgroundIndex2 public_oe property

public int BackgroundIndex2
return int

Biomes public_oe static_oe property

public static CaptureBiome[] Biomes
return CaptureBiome[]

TileColor public_oe property

public TileColorStyle TileColor
return TileColorStyle

WaterStyle public_oe property

public int WaterStyle
return int