C# 클래스 Axiom.RenderSystems.Xna.XnaRenderWindow

The Xna implementation of the RenderWindow class.
상속: Axiom.Graphics.RenderWindow, Microsoft.Xna.Framework.Graphics.IGraphicsDeviceService
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 메소드들

메소드 설명
CopyContentsToMemory ( PixelBox dst, FrameBuffer buffer ) : void
Create ( string name, int width, int height, bool fullScreen, Axiom miscParams ) : void

Initializes a RenderWindow Instance

Reposition ( int left, int right ) : void
Resize ( int width, int height ) : void

SwapBuffers ( bool waitForVSync ) : void

Update ( bool swapBuffers ) : void
XnaRenderWindow ( Axiom.RenderSystems.Xna.Driver driver ) : System

XnaRenderWindow ( Axiom.RenderSystems.Xna.Driver driver, Microsoft.Xna.Framework.Graphics deviceIfSwapChain ) : System

this ( string attribute ) : object

보호된 메소드들

메소드 설명
dispose ( bool disposeManagedResources ) : void

비공개 메소드들

메소드 설명
CreateXnaResources ( ) : void
OnResetDevice ( object sender, EventArgs e ) : void
_fireDeviceCreated ( ) : void
_fireDeviceDisposing ( ) : void
_fireDeviceReset ( ) : void
_fireDeviceResetting ( ) : void

메소드 상세

CopyContentsToMemory() 공개 메소드

public CopyContentsToMemory ( PixelBox dst, FrameBuffer buffer ) : void
dst Axiom.Media.PixelBox
buffer FrameBuffer
리턴 void

Create() 공개 메소드

Initializes a RenderWindow Instance
public Create ( string name, int width, int height, bool fullScreen, Axiom miscParams ) : void
name string
width int
height int
fullScreen bool
miscParams Axiom
리턴 void

Reposition() 공개 메소드

public Reposition ( int left, int right ) : void
left int
right int
리턴 void

Resize() 공개 메소드

public Resize ( int width, int height ) : void
width int
height int
리턴 void

SwapBuffers() 공개 메소드

public SwapBuffers ( bool waitForVSync ) : void
waitForVSync bool
리턴 void

Update() 공개 메소드

public Update ( bool swapBuffers ) : void
swapBuffers bool
리턴 void

XnaRenderWindow() 공개 메소드

public XnaRenderWindow ( Axiom.RenderSystems.Xna.Driver driver ) : System
driver Axiom.RenderSystems.Xna.Driver The root driver
리턴 System

XnaRenderWindow() 공개 메소드

public XnaRenderWindow ( Axiom.RenderSystems.Xna.Driver driver, Microsoft.Xna.Framework.Graphics deviceIfSwapChain ) : System
driver Axiom.RenderSystems.Xna.Driver The root driver
deviceIfSwapChain Microsoft.Xna.Framework.Graphics
리턴 System

dispose() 보호된 메소드

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
리턴 void

this() 공개 메소드

public this ( string attribute ) : object
attribute string
리턴 object