C# Class Terraria.Graphics.Capture.CaptureBiome

Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

Свойство Type Description
BackgroundIndex int
BackgroundIndex2 int
Biomes CaptureBiome[]
TileColor TileColorStyle
WaterStyle int

Méthodes publiques

Méthode Description
CaptureBiome ( int backgroundIndex, int backgroundIndex2, int waterStyle, TileColorStyle tileColorStyle = TileColorStyle.Normal )

Method Details

CaptureBiome() public méthode

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
Résultat int

BackgroundIndex2 public_oe property

public int BackgroundIndex2
Résultat int

Biomes public_oe static_oe property

public static CaptureBiome[] Biomes
Résultat CaptureBiome[]

TileColor public_oe property

public TileColorStyle TileColor
Résultat TileColorStyle

WaterStyle public_oe property

public int WaterStyle
Résultat int