Logo
Yukar.Engine.Graphics メンバ一覧

継承メンバを含む Yukar.Engine.Graphics の全メンバ一覧です。

AddResourceDir(string prefix) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
AddTextureDir(string path) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
BeginDraw() (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
ClearResourceServer() (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
commonSvr (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DEFAULT_SCREEN_HEIGHT (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DEFAULT_SCREEN_WIDTH (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
Destroy() (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawChipImage(Common.Resource.Texture imageId, int x, int y, int srcChipX, int srcChipY, int zOrder=1) (定義場所: Yukar.Engine.Graphics) 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) 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, int zOrder=1) (定義場所: Yukar.Engine.Graphics) 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) 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) 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) 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, Rectangle clipRectangle, int zOrder=1) (定義場所: Yukar.Engine.Graphics) 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) 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) Yukar.Engine.Graphics static
DrawFillRect(int x, int y, int w, int h, byte r, byte g, byte b, byte a, int zOrder=1) (定義場所: Yukar.Engine.Graphics) 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) 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) Yukar.Engine.Graphics static
DrawImage(SharpKmyGfx.Texture t, int x, int y, int w, int h, int zOrder=1) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawImage(SharpKmyGfx.Texture t, int x, int y, int zOrder=1) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawImage(Common.Resource.Texture tex, int x, int y, int zOrder=1) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawImage(Common.Resource.Texture imageId, int x, int y, Rectangle sourceRectangle, int zOrder=1) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawImage(Common.Resource.Texture imageId, Rectangle destinationRectangle, Rectangle sourceRectangle, int zOrder=1) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawImage(Common.Resource.Texture imageId, int x, int y, Color color, int zOrder=1) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawImage(Common.Resource.Texture imageId, int x, int y, Rectangle sourceRectangle, Color color, int zOrder=1) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawImage(Common.Resource.Texture imageId, Rectangle destinationRectangle, Rectangle sourceRectangle, Color color, int zOrder=1) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawImage(Common.Resource.Texture imageId, Rectangle destinationRectangle, Rectangle sourceRectangle, Color color, float angle, int zOrder=1) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawImage(Common.Resource.Texture imageId, Rectangle destinationRectangle, Rectangle sourceRectangle, Rectangle clipRectangle, Color color, int zOrder=1) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawImage(Common.Resource.Texture imageId, Rectangle destinationRectangle, Rectangle sourceRectangle, int angle, Color color, int zOrder=1) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawImage(Common.Resource.Texture imageId, Rectangle destinationRectangle, Rectangle sourceRectangle, Rectangle clipRectangle, int angle, Color color, int zOrder=1) (定義場所: Yukar.Engine.Graphics) 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) 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) 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) Yukar.Engine.Graphics static
DrawString(int fontId, string text, Vector2 position, Color color, int zOrder=0) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawString(int fontId, string text, Vector2 position, Color color, Rectangle clipRect, float scale, int zOrder=0) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawString(SharpKmyGfx.Font font, string text, Vector2 position, Color color, int zOrder=0) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawString(SharpKmyGfx.Font font, string text, Vector2 position, Color color, Rectangle clipRect, float scale, int zOrder=0) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawStringSoloColor(int fontId, string text, Vector2 position, Color color, int zOrder=0) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawStringSoloColor(int fontId, string text, Vector2 position, Color color, float scale, int zOrder=0) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawStringSoloColor(int fontId, string text, Vector2 position, Color color, Rectangle clipRect, float scale, int zOrder=0) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawStringSoloColor(int fontId, string text, Vector2 position, Color color, Rectangle clipRect, float scale, int zOrder=0, bool bold=false, bool italic=false) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawStringSoloColor(SharpKmyGfx.Font font, string text, Vector2 position, Color color, int zOrder=0) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawStringSoloColor(SharpKmyGfx.Font font, string text, Vector2 position, Color color, float scale, int zOrder=0) (定義場所: Yukar.Engine.Graphics) 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) Yukar.Engine.Graphics static
DrawStringSoloColor(SharpKmyGfx.Font font, string text, Vector2 position, Color color, Rectangle clipRect, float scale, int zOrder=0) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawStringSoloColor(SharpKmyGfx.Font font, string text, Vector2 position, Color color, Rectangle clipRect, float scale, int zOrder, bool bold, bool italic) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
DrawTexturedRect(Vector3 center, Vector2 halfsize, int axis, Color color) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
EndDraw() (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
errorCheck(string module, System.Windows.Forms.IWin32Window owner) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
flushSpriteBatch(SharpKmyGfx.Render scene) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
GetDivHeight(Common.Resource.Texture id) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
GetDivWidth(Common.Resource.Texture id) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
getFileStream(string fileName) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
GetIconImgId(Yukar.Common.Resource.Texture inIcon) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
GetIconImgId(Guid inId) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
GetImageHeight(Common.Resource.Texture rt) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
GetImageWidth(Common.Resource.Texture rt) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
getSpriteBatch() (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
getTextureColorBuffer(int idx) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
Initialize(string fontName="", bool inIsInitializeForce=false, bool useGdi=false) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
IsInitialized() (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
lineBoxMaterial (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
LoadImage(Common.Resource.Texture tex) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
LoadImage(MemoryStream ms) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
LoadImage(string path) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
LoadImage(Stream stream, int gridX=0, int gridY=0, bool genmipmap=true) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
LoadImageDiv(string path, int hdiv, int vdiv) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
LoadImageDiv(Common.Resource.Texture rt, int divX, int divY) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
LoadImageDivSize(string path, int hsz, int vsz) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
LoadImageWin(string path, int left, int right, int top, int bottom) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
LoadModelByPath(string path) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
LoadParticle(string path, uint displayID) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
MeasureString(int fontId, string text) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
MeasureString(SharpKmyGfx.Font font, string text) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
refreshFont() (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
replaceSpriteBatch(SharpKmyGfx.SpriteBatch sp) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
revertSpriteBatch() (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
sAddedTexturePath (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
ScreenHeight (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
ScreenWidth (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
sDisableGfxFileErrorMsgBox (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
searchTexturePath(string prefix) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
SetCommonResourceDir(string prefix) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
SetGraphics(GraphicsCore core) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
setMatrix(Matrix projection, Matrix view, int zOrder=0) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
setMaximumResolution() (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
setScreenSize(int screenWidth, int screenHeight) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
setTextureColorBuffer(int idx, Color[] buffer) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
SetViewport(int x, int y, int width, int height) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
sInstance (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
UnloadImage(Common.Resource.Texture tex) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
UnloadModelLoadedByPath(SharpKmyGfx.ModelInstance m) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
UnloadParticle(SharpKmyGfx.ParticleInstance inst) (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
ViewportHeight (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static
ViewportWidth (定義場所: Yukar.Engine.Graphics) Yukar.Engine.Graphics static