![]() |
|
公開メンバ関数 | |
| ModelInstance (ModelData data, Material[] list, Guid stampGUID) | |
| ModelInstance (IntPtr modelinstance) | |
| void | Dispose () |
| IntPtr | getNativeModelInstance () |
| void | setVisibility (bool flg) |
| ModelData | getModel () |
| void | setDisplayID (UInt32 id) |
| void | setPickupID (UInt16 id) |
| void | setOverrideColor (float r, float g, float b, float a) |
| void | setOpacityMultiplier (float p) |
| void | setDrawHidden (bool flg) |
| void | buildingLightOn (bool flg) |
| void | enableFrustumCulling (bool flg) |
| void | setIgnoreMotion (int channel, List< string > list) |
| void | addMotion (string name, ModelData motion, bool loop, bool useCombine) |
| void | addMotion (string name, ModelData motion, bool loop, bool useCombine, string stackName) |
| void | addMotion (string name, ModelData motion, float start, float end, bool loop, bool useCombine, string stackName) |
| void | clearMotion () |
| void | removeAnimatedTransform (bool clearAnimation) |
| void | playMotion (string name, float blendTime, bool force) |
| void | playMotion (string name, float blendTime) |
| void | setMorphBlend (string name, float blend) |
| float | getMorphBlend (string name) |
| bool | containsMotion (string name) |
| int | getMotionLoopCount () |
| List< string > | getMotionNameList () |
| List< string > | getMorphNameList () |
| Guid | getStampGUID () |
| SharpKmyMath.Matrix4 | getNodeMatrix (string name) |
| void | setNodeMatrix (string name, SharpKmyMath.Matrix4 matrix) |
| NodeInstance | getRootNode () |
| int | getMaterialCount () |
| MaterialInstance | getMaterialInstance (UInt32 idx) |
| void | setMaterial (int index, Material mtl) |
| void | getBound (ref SharpKmyMath.Vector3 min, ref SharpKmyMath.Vector3 max) |
| void | stopPickup (bool flg) |
| SharpKmyPhysics.PhysicsObject | getPhysicsObject () |
| void | clearNodePosturePhysicsOverrideFlag () |
| void | vrmTeleportRequest () |
| void | setLODThreshold (int level, float value) |
静的公開メンバ関数 | |
| static List< ModelInstance > | getModelInstanceListByStampGUID (Guid guid) |
公開変数類 | |
| ModelData | mdl = null |
| float | minX = 0 |
| float | minY = 0 |
| float | minZ = 0 |
| float | maxX = 0 |
| float | maxY = 0 |
| float | maxZ = 0 |
| SharpKmyGfx.ModelInstance.ModelInstance | ( | IntPtr | modelinstance | ) |
| void SharpKmyGfx.ModelInstance.addMotion | ( | string | name, |
| ModelData | motion, | ||
| bool | loop, | ||
| bool | useCombine | ||
| ) |
| void SharpKmyGfx.ModelInstance.addMotion | ( | string | name, |
| ModelData | motion, | ||
| bool | loop, | ||
| bool | useCombine, | ||
| string | stackName | ||
| ) |
| void SharpKmyGfx.ModelInstance.addMotion | ( | string | name, |
| ModelData | motion, | ||
| float | start, | ||
| float | end, | ||
| bool | loop, | ||
| bool | useCombine, | ||
| string | stackName | ||
| ) |
| void SharpKmyGfx.ModelInstance.buildingLightOn | ( | bool | flg | ) |
| void SharpKmyGfx.ModelInstance.clearMotion | ( | ) |
| void SharpKmyGfx.ModelInstance.clearNodePosturePhysicsOverrideFlag | ( | ) |
| bool SharpKmyGfx.ModelInstance.containsMotion | ( | string | name | ) |
| void SharpKmyGfx.ModelInstance.Dispose | ( | ) |
| void SharpKmyGfx.ModelInstance.enableFrustumCulling | ( | bool | flg | ) |
| void SharpKmyGfx.ModelInstance.getBound | ( | ref SharpKmyMath.Vector3 | min, |
| ref SharpKmyMath.Vector3 | max | ||
| ) |
| int SharpKmyGfx.ModelInstance.getMaterialCount | ( | ) |
| MaterialInstance SharpKmyGfx.ModelInstance.getMaterialInstance | ( | UInt32 | idx | ) |
| ModelData SharpKmyGfx.ModelInstance.getModel | ( | ) |
|
static |
| float SharpKmyGfx.ModelInstance.getMorphBlend | ( | string | name | ) |
| List< string > SharpKmyGfx.ModelInstance.getMorphNameList | ( | ) |
| int SharpKmyGfx.ModelInstance.getMotionLoopCount | ( | ) |
| List< string > SharpKmyGfx.ModelInstance.getMotionNameList | ( | ) |
| IntPtr SharpKmyGfx.ModelInstance.getNativeModelInstance | ( | ) |
| SharpKmyMath.Matrix4 SharpKmyGfx.ModelInstance.getNodeMatrix | ( | string | name | ) |
| SharpKmyPhysics.PhysicsObject SharpKmyGfx.ModelInstance.getPhysicsObject | ( | ) |
| NodeInstance SharpKmyGfx.ModelInstance.getRootNode | ( | ) |
| Guid SharpKmyGfx.ModelInstance.getStampGUID | ( | ) |
| void SharpKmyGfx.ModelInstance.playMotion | ( | string | name, |
| float | blendTime | ||
| ) |
| void SharpKmyGfx.ModelInstance.playMotion | ( | string | name, |
| float | blendTime, | ||
| bool | force | ||
| ) |
| void SharpKmyGfx.ModelInstance.removeAnimatedTransform | ( | bool | clearAnimation | ) |
| void SharpKmyGfx.ModelInstance.setDisplayID | ( | UInt32 | id | ) |
| void SharpKmyGfx.ModelInstance.setDrawHidden | ( | bool | flg | ) |
| void SharpKmyGfx.ModelInstance.setIgnoreMotion | ( | int | channel, |
| List< string > | list | ||
| ) |
| void SharpKmyGfx.ModelInstance.setLODThreshold | ( | int | level, |
| float | value | ||
| ) |
| void SharpKmyGfx.ModelInstance.setMaterial | ( | int | index, |
| Material | mtl | ||
| ) |
| void SharpKmyGfx.ModelInstance.setMorphBlend | ( | string | name, |
| float | blend | ||
| ) |
| void SharpKmyGfx.ModelInstance.setNodeMatrix | ( | string | name, |
| SharpKmyMath.Matrix4 | matrix | ||
| ) |
| void SharpKmyGfx.ModelInstance.setOpacityMultiplier | ( | float | p | ) |
| void SharpKmyGfx.ModelInstance.setOverrideColor | ( | float | r, |
| float | g, | ||
| float | b, | ||
| float | a | ||
| ) |
| void SharpKmyGfx.ModelInstance.setPickupID | ( | UInt16 | id | ) |
| void SharpKmyGfx.ModelInstance.setVisibility | ( | bool | flg | ) |
| void SharpKmyGfx.ModelInstance.stopPickup | ( | bool | flg | ) |
| void SharpKmyGfx.ModelInstance.vrmTeleportRequest | ( | ) |
| float SharpKmyGfx.ModelInstance.maxX = 0 |
| float SharpKmyGfx.ModelInstance.maxY = 0 |
| float SharpKmyGfx.ModelInstance.maxZ = 0 |
| ModelData SharpKmyGfx.ModelInstance.mdl = null |
| float SharpKmyGfx.ModelInstance.minX = 0 |
| float SharpKmyGfx.ModelInstance.minY = 0 |
| float SharpKmyGfx.ModelInstance.minZ = 0 |