C# 클래스 Terraria.Graphics.Capture.CaptureSettings

파일 보기 프로젝트 열기: EmuDevs/EDTerraria 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Area Microsoft.Xna.Framework.Rectangle
Biome CaptureBiome
CaptureBackground bool
CaptureEntities bool
OutputName string
UseScaling bool

공개 메소드들

메소드 설명
CaptureSettings ( ) : Microsoft.Xna.Framework

메소드 상세

CaptureSettings() 공개 메소드

public CaptureSettings ( ) : Microsoft.Xna.Framework
리턴 Microsoft.Xna.Framework

프로퍼티 상세

Area 공개적으로 프로퍼티

public Rectangle,Microsoft.Xna.Framework Area
리턴 Microsoft.Xna.Framework.Rectangle

Biome 공개적으로 프로퍼티

public CaptureBiome,Terraria.Graphics.Capture Biome
리턴 CaptureBiome

CaptureBackground 공개적으로 프로퍼티

public bool CaptureBackground
리턴 bool

CaptureEntities 공개적으로 프로퍼티

public bool CaptureEntities
리턴 bool

OutputName 공개적으로 프로퍼티

public string OutputName
리턴 string

UseScaling 공개적으로 프로퍼티

public bool UseScaling
리턴 bool