C# 클래스 SFML.Window.ContextSettings

파일 보기 프로젝트 열기: SFML/SFML.Net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AntialiasingLevel uint
AttributeFlags System.Attribute
DepthBits uint
MajorVersion uint
MinorVersion uint
SRgbCapable bool
StencilBits uint

공개 메소드들

메소드 설명
ContextSettings ( uint depthBits, uint stencilBits ) : System

Construct the settings from depth / stencil bits

ContextSettings ( uint depthBits, uint stencilBits, uint antialiasingLevel ) : System

Construct the settings from depth / stencil bits and antialiasing level

ContextSettings ( uint depthBits, uint stencilBits, uint antialiasingLevel, uint majorVersion, uint minorVersion, Attribute attributes, bool sRgbCapable ) : System

Construct the settings from depth / stencil bits and antialiasing level

ToString ( ) : string

Provide a string describing the object

메소드 상세

ContextSettings() 공개 메소드

Construct the settings from depth / stencil bits
public ContextSettings ( uint depthBits, uint stencilBits ) : System
depthBits uint Depth buffer bits
stencilBits uint Stencil buffer bits
리턴 System

ContextSettings() 공개 메소드

Construct the settings from depth / stencil bits and antialiasing level
public ContextSettings ( uint depthBits, uint stencilBits, uint antialiasingLevel ) : System
depthBits uint Depth buffer bits
stencilBits uint Stencil buffer bits
antialiasingLevel uint Antialiasing level
리턴 System

ContextSettings() 공개 메소드

Construct the settings from depth / stencil bits and antialiasing level
public ContextSettings ( uint depthBits, uint stencilBits, uint antialiasingLevel, uint majorVersion, uint minorVersion, Attribute attributes, bool sRgbCapable ) : System
depthBits uint Depth buffer bits
stencilBits uint Stencil buffer bits
antialiasingLevel uint Antialiasing level
majorVersion uint Major number of the context version
minorVersion uint Minor number of the context version
attributes System.Attribute Attribute flags of the context
sRgbCapable bool sRGB capability of the context
리턴 System

ToString() 공개 메소드

Provide a string describing the object
public ToString ( ) : string
리턴 string

프로퍼티 상세

AntialiasingLevel 공개적으로 프로퍼티

Antialiasing level (0 is disabled)
public uint AntialiasingLevel
리턴 uint

AttributeFlags 공개적으로 프로퍼티

The attribute flags to create the context with
public Attribute,System AttributeFlags
리턴 System.Attribute

DepthBits 공개적으로 프로퍼티

Depth buffer bits (0 is disabled)
public uint DepthBits
리턴 uint

MajorVersion 공개적으로 프로퍼티

Major number of the context version
public uint MajorVersion
리턴 uint

MinorVersion 공개적으로 프로퍼티

Minor number of the context version
public uint MinorVersion
리턴 uint

SRgbCapable 공개적으로 프로퍼티

Whether the context framebuffer is sRGB capable
public bool SRgbCapable
리턴 bool

StencilBits 공개적으로 프로퍼티

Stencil buffer bits (0 is disabled)
public uint StencilBits
리턴 uint