C# Class Terraria.Graphics.Capture.CaptureSettings

Datei anzeigen Open project: EmuDevs/EDTerraria Class Usage Examples

Public Properties

Property Type Description
Area Microsoft.Xna.Framework.Rectangle
Biome CaptureBiome
CaptureBackground bool
CaptureEntities bool
OutputName string
UseScaling bool

Public Methods

Method Description
CaptureSettings ( ) : Microsoft.Xna.Framework

Method Details

CaptureSettings() public method

public CaptureSettings ( ) : Microsoft.Xna.Framework
return Microsoft.Xna.Framework

Property Details

Area public_oe property

public Rectangle,Microsoft.Xna.Framework Area
return Microsoft.Xna.Framework.Rectangle

Biome public_oe property

public CaptureBiome,Terraria.Graphics.Capture Biome
return CaptureBiome

CaptureBackground public_oe property

public bool CaptureBackground
return bool

CaptureEntities public_oe property

public bool CaptureEntities
return bool

OutputName public_oe property

public string OutputName
return string

UseScaling public_oe property

public bool UseScaling
return bool