This is the complete list of members for Yukar.Engine.Graphics, including all inherited members.
AddResourceDir(string prefix) | Yukar.Engine.Graphics | static |
AddTextureDir(string path) | Yukar.Engine.Graphics | static |
BeginDraw() | Yukar.Engine.Graphics | static |
clearError() | Yukar.Engine.Graphics | static |
ClearResourceServer() | Yukar.Engine.Graphics | static |
commonSvr | Yukar.Engine.Graphics | static |
DEFAULT_SCREEN_HEIGHT | Yukar.Engine.Graphics | static |
DEFAULT_SCREEN_WIDTH | Yukar.Engine.Graphics | static |
Destroy() | Yukar.Engine.Graphics | static |
DrawChipImage(Common.Resource.Texture imageId, int x, int y, int srcChipX, int srcChipY, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawChipImage(Common.Resource.Texture imageId, int x, int y, int srcChipX, int srcChipY, byte r, byte g, byte b, byte a, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawChipImage(Common.Resource.Texture imageId, int x, int y, int destSizeX, int destSizeY, int srcChipX, int srcChipY, byte r, byte g, byte b, byte a, bool useClip=false, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawChipImage(Common.Resource.Texture imageId, int x, int y, int destSizeX, int destSizeY, int srcChipX, int srcChipY, byte r, byte g, byte b, byte a, float angle, int zOrder, int srcChipSizeW, int srcChipSizeH) | Yukar.Engine.Graphics | static |
DrawChipImageFor2DEffect(Common.Resource.Texture imageId, int x, int y, int destSizeX, int destSizeY, int srcChipX, int srcChipY, byte r, byte g, byte b, byte a, float angle, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawChipImageSpecifiedSize(Common.Resource.Texture imageId, int x, int y, int srcChipX, int srcChipY, int drawChipW, int drawChipH, byte r, byte g, byte b, byte a, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawChipImageSpecifiedSize(Common.Resource.Texture imageId, int x, int y, int srcChipX, int srcChipY, int drawChipW, int drawChipH, byte r, byte g, byte b, byte a, bool useClip, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawChipImageSpecifiedSize(Common.Resource.Texture imageId, int x, int y, int srcChipX, int srcChipY, int drawChipW, int drawChipH, float rot, byte r, byte g, byte b, byte a, bool useClip, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawChipImageSpecifiedSize(Common.Resource.Texture imageId, int x, int y, int srcChipX, int srcChipY, int drawChipW, int drawChipH, byte r, byte g, byte b, byte a, float scale, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawChipImageSpecifiedSize(Common.Resource.Texture imageId, int x, int y, int srcChipX, int srcChipY, int drawChipW, int drawChipH, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawFillRect(int x, int y, int w, int h, byte r, byte g, byte b, byte a, bool useClip=false, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawFillRect(int x, int y, int w, int h, float rot, byte r, byte g, byte b, byte a, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawImage(Common.Resource.Texture t, int x, int y, int w, int h, int zOrder=1, SharpKmyGfx.Shader shd=null) | Yukar.Engine.Graphics | static |
DrawImage(SharpKmyGfx.Texture t, int x, int y, int w, int h, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawImage(SharpKmyGfx.Texture t, int x, int y, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawImage(Common.Resource.Texture tex, int x, int y, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawImage(Common.Resource.Texture imageId, int x, int y, Rectangle sourceRectangle, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawImage(Common.Resource.Texture imageId, Rectangle destinationRectangle, Rectangle sourceRectangle, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawImage(Common.Resource.Texture imageId, int x, int y, Color color, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawImage(Common.Resource.Texture imageId, int x, int y, Rectangle sourceRectangle, Color color, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawImage(Common.Resource.Texture imageId, Rectangle destinationRectangle, Rectangle sourceRectangle, Color color, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawImage(Common.Resource.Texture imageId, Rectangle destinationRectangle, Rectangle sourceRectangle, Color color, float angle, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawImage(Common.Resource.Texture imageId, Rectangle destinationRectangle, Rectangle sourceRectangle, bool useClip, Color color, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawImage(Common.Resource.Texture imageId, Rectangle destinationRectangle, Rectangle sourceRectangle, int angle, Color color, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawImage(Common.Resource.Texture imageId, Rectangle destinationRectangle, Rectangle sourceRectangle, bool useClip, int angle, Color color, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawLine(int ax, int ay, int bx, int by, byte r, byte g, byte b, byte a) | Yukar.Engine.Graphics | static |
DrawLineRect(int x, int y, int w, int h, byte r, byte g, byte b, byte a, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawLineRect(int x, int y, int offsetX, int offsetY, int w, int h, float rot, byte r, byte g, byte b, byte a, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawRect(int x, int y, int w, int h, byte r, byte g, byte b, byte a, int zOrder=1) | Yukar.Engine.Graphics | static |
DrawString(int fontId, string text, Vector2 position, Color color, int zOrder=0) | Yukar.Engine.Graphics | static |
DrawString(int fontId, string text, Vector2 position, Color color, bool useClip, float scale, int zOrder=0) | Yukar.Engine.Graphics | static |
DrawString(int fontId, string text, Vector2 position, Color color, Rectangle _, float scale, int zOrder=0) | Yukar.Engine.Graphics | static |
DrawString(SharpKmyGfx.Font font, string text, Vector2 position, Color color, int zOrder=0) | Yukar.Engine.Graphics | static |
DrawString(SharpKmyGfx.Font font, string text, Vector2 position, Color color, bool useClip, float scale, int zOrder=0) | Yukar.Engine.Graphics | static |
DrawStringSoloColor(int fontId, string text, Vector2 position, Color color, int zOrder=0) | Yukar.Engine.Graphics | static |
DrawStringSoloColor(int fontId, string text, Vector2 position, Color color, float scale, int zOrder=0) | Yukar.Engine.Graphics | static |
DrawStringSoloColor(int fontId, string text, Vector2 position, Color color, bool useClip, float scale, int zOrder=0) | Yukar.Engine.Graphics | static |
DrawStringSoloColor(int fontId, string text, Vector2 position, Color color, bool useClip, float scale, int zOrder=0, bool bold=false, bool italic=false) | Yukar.Engine.Graphics | static |
DrawStringSoloColor(SharpKmyGfx.Font font, string text, Vector2 position, Color color, int zOrder=0) | Yukar.Engine.Graphics | static |
DrawStringSoloColor(SharpKmyGfx.Font font, string text, Vector2 position, Color color, float scale, int zOrder=0) | Yukar.Engine.Graphics | static |
DrawStringSoloColor(SharpKmyGfx.Font font, string text, Vector2 position, Color color, float scale, int zOrder, bool bold, bool italic) | Yukar.Engine.Graphics | static |
DrawStringSoloColor(SharpKmyGfx.Font font, string text, Vector2 position, Color color, bool useClip, float scale, int zOrder=0) | Yukar.Engine.Graphics | static |
DrawStringSoloColor(SharpKmyGfx.Font font, string text, Vector2 position, Color color, bool useClip, float scale, int zOrder, bool bold, bool italic) | Yukar.Engine.Graphics | static |
DrawTexturedRect(Vector3 center, Vector2 halfsize, int axis, Color color) | Yukar.Engine.Graphics | static |
EndDraw() | Yukar.Engine.Graphics | static |
errorCheck(string module, System.Windows.Forms.IWin32Window owner) | Yukar.Engine.Graphics | static |
flushSpriteBatch(SharpKmyGfx.Render scene) | Yukar.Engine.Graphics | static |
GetDivHeight(Common.Resource.Texture id) | Yukar.Engine.Graphics | static |
GetDivWidth(Common.Resource.Texture id) | Yukar.Engine.Graphics | static |
getFileStream(string fileName) | Yukar.Engine.Graphics | static |
GetIconImgId(Yukar.Common.Resource.Texture inIcon) | Yukar.Engine.Graphics | static |
GetIconImgId(Guid inId) | Yukar.Engine.Graphics | static |
GetImageHeight(Common.Resource.Texture rt) | Yukar.Engine.Graphics | static |
GetImageWidth(Common.Resource.Texture rt) | Yukar.Engine.Graphics | static |
getSpriteBatch() | Yukar.Engine.Graphics | static |
getTextureColorBuffer(int idx) | Yukar.Engine.Graphics | static |
Initialize(string fontName="", bool inIsInitializeForce=false, bool useGdi=false) | Yukar.Engine.Graphics | static |
IsInitialized() | Yukar.Engine.Graphics | static |
lineBoxMaterial | Yukar.Engine.Graphics | static |
LoadImage(Common.Resource.Texture tex) | Yukar.Engine.Graphics | static |
LoadImage(MemoryStream ms) | Yukar.Engine.Graphics | static |
LoadImage(string path) | Yukar.Engine.Graphics | static |
LoadImage(Stream stream, int gridX=0, int gridY=0, bool genmipmap=true) | Yukar.Engine.Graphics | static |
LoadImageByPath(string path) | Yukar.Engine.Graphics | static |
LoadImageDiv(string path, int hdiv, int vdiv) | Yukar.Engine.Graphics | static |
LoadImageDiv(Common.Resource.Texture rt, int divX, int divY) | Yukar.Engine.Graphics | static |
LoadImageDivSize(string path, int hsz, int vsz) | Yukar.Engine.Graphics | static |
LoadImageWin(string path, int left, int right, int top, int bottom) | Yukar.Engine.Graphics | static |
LoadModelByPath(string path) | Yukar.Engine.Graphics | static |
LoadParticle(string path, uint displayID) | Yukar.Engine.Graphics | static |
MeasureString(int fontId, string text) | Yukar.Engine.Graphics | static |
MeasureString(SharpKmyGfx.Font font, string text) | Yukar.Engine.Graphics | static |
refreshFont() | Yukar.Engine.Graphics | static |
replaceSpriteBatch(SharpKmyGfx.SpriteBatch sp) | Yukar.Engine.Graphics | static |
revertSpriteBatch() | Yukar.Engine.Graphics | static |
sAddedTexturePath | Yukar.Engine.Graphics | static |
ScreenHeight | Yukar.Engine.Graphics | static |
ScreenWidth | Yukar.Engine.Graphics | static |
sDisableGfxFileErrorMsgBox | Yukar.Engine.Graphics | static |
searchTexturePath(string prefix) | Yukar.Engine.Graphics | static |
SetCommonResourceDir(string prefix) | Yukar.Engine.Graphics | static |
SetGraphics(GraphicsCore core) | Yukar.Engine.Graphics | static |
setMatrix(Matrix projection, Matrix view, int zOrder=0) | Yukar.Engine.Graphics | static |
setMaximumResolution() | Yukar.Engine.Graphics | static |
setScreenSize(int screenWidth, int screenHeight) | Yukar.Engine.Graphics | static |
setTextureColorBuffer(int idx, Color[] buffer) | Yukar.Engine.Graphics | static |
SetViewport(int x, int y, int width, int height) | Yukar.Engine.Graphics | static |
sInstance | Yukar.Engine.Graphics | static |
UnloadImage(Common.Resource.Texture tex) | Yukar.Engine.Graphics | static |
UnloadModelLoadedByPath(SharpKmyGfx.ModelInstance m) | Yukar.Engine.Graphics | static |
UnloadParticle(SharpKmyGfx.ParticleInstance inst) | Yukar.Engine.Graphics | static |
ViewportHeight | Yukar.Engine.Graphics | static |
ViewportWidth | Yukar.Engine.Graphics | static |