![]() |
|
公開メンバ関数 | |
| BillboardChar (UInt32 resolution, string shaderName, Guid guid) | |
| BillboardChar (UInt32 resolution, bool useAlpha, bool useLighting, Guid guid) | |
| BillboardChar (UInt32 resolution, Guid guid) | |
| void | Dispose () |
| void | setResolution (UInt32 resolution) |
| void | addMotion (Guid guid, string name, UInt32 slicetype, UInt32 hdiv, UInt32 vdiv, UInt32 speed, UInt32 animtype, float angleOffset, float yOffset) |
| void | removeMotion (int index) |
| void | updateMotion (int index, Guid guid, string name, UInt32 slicetype, UInt32 hdiv, UInt32 vdiv, UInt32 speed, UInt32 animtype, float angleOffset, float yOffset) |
| void | play (string name, bool force) |
| void | play (string name) |
| void | setTopViewMode (bool enabled) |
| void | setColor (float r, float g, float b, float a) |
| void | setXY (int x, int y) |
| void | setFlip (bool flipH, bool flipV) |
| void | setScale (float scl) |
| void | setScale (float sclX, float sclY) |
| void | setBillboardMode (UInt32 mode) |
| void | getSize (ref SharpKmyMath.Vector2 size) |
| int | getDivY () |
| SharpKmyPhysics.PhysicsObject | getPhysicsObject () |
| int | getLoopCount () |
基底クラス SharpKmyGfx.Primitive に属する継承公開メンバ関数 | |
| void | setVisibility (bool flg) |
| void | setPosture (SharpKmyMath.Matrix4 posture) |
| void | setDisplayID (UInt32 id) |
| void | setPickupID (UInt16 id) |
| void | stopPickup (bool flg) |
| void | setDrawHidden (bool flg) |
| void | setOverrideColor (float r, float g, float b, float a) |
| void | setOpacityMultiplier (float p) |
| MaterialInstance | getMaterialInstance () |
| GeometryInstance | getGeometryInstance () |
静的公開メンバ関数 | |
| static void | circleShadowResourceInitialize () |
| static void | circleShadowResourceFinalize () |
| static void | enableCascadeShadow (bool flg) |
| static void | setOrtho (bool flg) |
その他の継承メンバ | |
基底クラス SharpKmyGfx.Primitive に属する継承限定公開変数類 | |
| IntPtr | _native = IntPtr.Zero |
| SharpKmyGfx.BillboardChar.BillboardChar | ( | UInt32 | resolution, |
| string | shaderName, | ||
| Guid | guid | ||
| ) |
| SharpKmyGfx.BillboardChar.BillboardChar | ( | UInt32 | resolution, |
| bool | useAlpha, | ||
| bool | useLighting, | ||
| Guid | guid | ||
| ) |
| SharpKmyGfx.BillboardChar.BillboardChar | ( | UInt32 | resolution, |
| Guid | guid | ||
| ) |
| void SharpKmyGfx.BillboardChar.addMotion | ( | Guid | guid, |
| string | name, | ||
| UInt32 | slicetype, | ||
| UInt32 | hdiv, | ||
| UInt32 | vdiv, | ||
| UInt32 | speed, | ||
| UInt32 | animtype, | ||
| float | angleOffset, | ||
| float | yOffset | ||
| ) |
|
static |
|
static |
| void SharpKmyGfx.BillboardChar.Dispose | ( | ) |
|
static |
| int SharpKmyGfx.BillboardChar.getDivY | ( | ) |
| int SharpKmyGfx.BillboardChar.getLoopCount | ( | ) |
| SharpKmyPhysics.PhysicsObject SharpKmyGfx.BillboardChar.getPhysicsObject | ( | ) |
| void SharpKmyGfx.BillboardChar.getSize | ( | ref SharpKmyMath.Vector2 | size | ) |
| void SharpKmyGfx.BillboardChar.play | ( | string | name | ) |
| void SharpKmyGfx.BillboardChar.play | ( | string | name, |
| bool | force | ||
| ) |
| void SharpKmyGfx.BillboardChar.removeMotion | ( | int | index | ) |
| void SharpKmyGfx.BillboardChar.setBillboardMode | ( | UInt32 | mode | ) |
| void SharpKmyGfx.BillboardChar.setColor | ( | float | r, |
| float | g, | ||
| float | b, | ||
| float | a | ||
| ) |
| void SharpKmyGfx.BillboardChar.setFlip | ( | bool | flipH, |
| bool | flipV | ||
| ) |
|
static |
| void SharpKmyGfx.BillboardChar.setResolution | ( | UInt32 | resolution | ) |
| void SharpKmyGfx.BillboardChar.setScale | ( | float | scl | ) |
| void SharpKmyGfx.BillboardChar.setScale | ( | float | sclX, |
| float | sclY | ||
| ) |
| void SharpKmyGfx.BillboardChar.setTopViewMode | ( | bool | enabled | ) |
| void SharpKmyGfx.BillboardChar.setXY | ( | int | x, |
| int | y | ||
| ) |
| void SharpKmyGfx.BillboardChar.updateMotion | ( | int | index, |
| Guid | guid, | ||
| string | name, | ||
| UInt32 | slicetype, | ||
| UInt32 | hdiv, | ||
| UInt32 | vdiv, | ||
| UInt32 | speed, | ||
| UInt32 | animtype, | ||
| float | angleOffset, | ||
| float | yOffset | ||
| ) |