Method |
Description |
|
AddViewport ( Camera camera ) : Axiom.Core.Viewport |
|
|
AddViewport ( Camera camera, float left, float top, float nwidth, float nheight, int zOrder ) : Axiom.Core.Viewport |
|
|
AttachDepthBuffer ( DepthBuffer ndepthBuffer ) : bool |
|
|
BeginUpdate ( ) : void |
|
|
CopyContentsToMemory ( PixelBox pb ) : void |
|
|
CopyContentsToMemory ( PixelBox pb, FrameBuffer buffer ) : void |
|
|
DetachDepthBuffer ( ) : void |
|
|
EndUpdate ( ) : void |
|
|
FirePostUpdate ( ) : void |
|
|
FirePreUpdate ( ) : void |
|
|
FireViewportAdded ( Axiom.Core.Viewport viewport ) : void |
|
|
FireViewportPostUpdate ( Axiom.Core.Viewport viewport ) : void |
|
|
FireViewportPreUpdate ( Axiom.Core.Viewport viewport ) : void |
|
|
FireViewportRemoved ( Axiom.Core.Viewport viewport ) : void |
|
|
GetCustomAttribute ( string attribute ) : object |
|
|
GetMetrics ( int &nwidth, int &nheight, int &ncolorDepth ) : void |
|
|
GetStatistics ( float &lastFPS, float &avgFPS, float &bestFPS, float &worstFPS ) : void |
|
|
GetViewport ( int index ) : Axiom.Core.Viewport |
|
|
GetViewportByZOrder ( int zOrder ) : Axiom.Core.Viewport |
|
|
NotifyCameraRemoved ( Camera camera ) : void |
|
|
RemoveAllViewports ( ) : void |
|
|
RemoveViewport ( int zOrder ) : void |
|
|
RenderTarget ( ) : System |
|
|
RenderTarget ( string name ) : System |
|
|
ResetStatistics ( ) : void |
|
|
SuggestPixelFormat ( ) : PixelFormat |
|
|
SwapBuffers ( bool waitForVSync = true ) : void |
|
|
Update ( ) : void |
|
|
Update ( bool swapBuffers ) : void |
|
|
UpdateAutoUpdatedViewports ( bool updateStatistics = true ) : void |
|
|
UpdateImpl ( ) : void |
|
|
UpdateStatistics ( ) : void |
|
|
UpdateViewport ( Axiom.Core.Viewport viewport, bool updateStatistics ) : void |
|
|
UpdateViewport ( int zorder, bool updateStatistics ) : void |
|
|
WriteContentsToFile ( string fileName ) : void |
|
|
WriteContentsToTimestampedFile ( String filenamePrefix, String filenameSuffix ) : String |
|
|
_DetachDepthBuffer ( ) : void |
|
|
this ( string attribute ) : object |
|
|