![]() |
|
公開メンバ関数 | |
| ParticleInstance (string path, UInt32 displayID) | |
| ParticleInstance (string path, UInt32 displayID, bool useEfkTransformSetting) | |
| void | Dispose () |
| void | start (SharpKmyMath.Matrix4 mtx, float prewarm) |
| void | stopEmission () |
| void | stopEmission (bool immediate) |
| void | setPosture (SharpKmyMath.Matrix4 mtx) |
| void | draw (SharpKmyGfx.Render tgt) |
| void | Release () |
| void | setPickupID (UInt16 id) |
| void | stopPickup (bool flg) |
| void | pause (bool flg) |
| void | setVisibility (bool flg) |
| void | setDisplayID (UInt32 id) |
| void | getBound (ref SharpKmyMath.Vector3 min, ref SharpKmyMath.Vector3 max) |
| void | getBoundOne (ref SharpKmyMath.Vector3 min, ref SharpKmyMath.Vector3 max) |
| float | getMaxLifeTime () |
| bool | getUseDirection () |
| bool | isEndPlaying () |
| void | saveWithThumbnail (byte[] img, int sz, int width, int height) |
| SharpKmyPhysics.PhysicsObject | getPhysicsObject () |
| void | setTarget (SharpKmyMath.Vector3 tgt) |
| void | setColor (SharpKmyGfx.Color color) |
| void | setScale (float s) |
| LegacyParticleRoot | getLegacyRoot () |
静的公開メンバ関数 | |
| static void | ParticleInitialize (int maxInstanceCount, int maxSquareCount) |
| static void | ParticleFinalize () |
公開変数類 | |
| bool | useEfkTransform = false |
| SharpKmyGfx.ParticleInstance.ParticleInstance | ( | string | path, |
| UInt32 | displayID | ||
| ) |
| SharpKmyGfx.ParticleInstance.ParticleInstance | ( | string | path, |
| UInt32 | displayID, | ||
| bool | useEfkTransformSetting | ||
| ) |
| void SharpKmyGfx.ParticleInstance.Dispose | ( | ) |
| void SharpKmyGfx.ParticleInstance.draw | ( | SharpKmyGfx.Render | tgt | ) |
| void SharpKmyGfx.ParticleInstance.getBound | ( | ref SharpKmyMath.Vector3 | min, |
| ref SharpKmyMath.Vector3 | max | ||
| ) |
| void SharpKmyGfx.ParticleInstance.getBoundOne | ( | ref SharpKmyMath.Vector3 | min, |
| ref SharpKmyMath.Vector3 | max | ||
| ) |
| LegacyParticleRoot SharpKmyGfx.ParticleInstance.getLegacyRoot | ( | ) |
| float SharpKmyGfx.ParticleInstance.getMaxLifeTime | ( | ) |
| SharpKmyPhysics.PhysicsObject SharpKmyGfx.ParticleInstance.getPhysicsObject | ( | ) |
| bool SharpKmyGfx.ParticleInstance.getUseDirection | ( | ) |
| bool SharpKmyGfx.ParticleInstance.isEndPlaying | ( | ) |
|
static |
|
static |
| void SharpKmyGfx.ParticleInstance.pause | ( | bool | flg | ) |
| void SharpKmyGfx.ParticleInstance.Release | ( | ) |
| void SharpKmyGfx.ParticleInstance.saveWithThumbnail | ( | byte[] | img, |
| int | sz, | ||
| int | width, | ||
| int | height | ||
| ) |
| void SharpKmyGfx.ParticleInstance.setColor | ( | SharpKmyGfx.Color | color | ) |
| void SharpKmyGfx.ParticleInstance.setDisplayID | ( | UInt32 | id | ) |
| void SharpKmyGfx.ParticleInstance.setPickupID | ( | UInt16 | id | ) |
| void SharpKmyGfx.ParticleInstance.setPosture | ( | SharpKmyMath.Matrix4 | mtx | ) |
| void SharpKmyGfx.ParticleInstance.setScale | ( | float | s | ) |
| void SharpKmyGfx.ParticleInstance.setTarget | ( | SharpKmyMath.Vector3 | tgt | ) |
| void SharpKmyGfx.ParticleInstance.setVisibility | ( | bool | flg | ) |
| void SharpKmyGfx.ParticleInstance.start | ( | SharpKmyMath.Matrix4 | mtx, |
| float | prewarm | ||
| ) |
| void SharpKmyGfx.ParticleInstance.stopEmission | ( | ) |
| void SharpKmyGfx.ParticleInstance.stopEmission | ( | bool | immediate | ) |
| void SharpKmyGfx.ParticleInstance.stopPickup | ( | bool | flg | ) |
| bool SharpKmyGfx.ParticleInstance.useEfkTransform = false |