![]() |
|
公開メンバ関数 | |
| MaterialInstance (IntPtr obj) | |
| MaterialInstance (Material mtl) | |
| void | Dispose () |
| void | Dispose (bool disposing) |
| void | setInteger (string name, int v) |
| void | setFloat (string name, float v) |
| void | setVector2 (string name, SharpKmyMath.Vector2 v) |
| void | setVector3 (string name, SharpKmyMath.Vector3 v) |
| void | setColor (string name, SharpKmyGfx.Color v) |
| void | updateAnimation (float delta) |
| Material | getBaseMaterial () |
公開変数類 | |
| IntPtr | _native = IntPtr.Zero |
| SharpKmyGfx.MaterialInstance.MaterialInstance | ( | IntPtr | obj | ) |
| SharpKmyGfx.MaterialInstance.MaterialInstance | ( | Material | mtl | ) |
| void SharpKmyGfx.MaterialInstance.Dispose | ( | ) |
| void SharpKmyGfx.MaterialInstance.Dispose | ( | bool | disposing | ) |
| Material SharpKmyGfx.MaterialInstance.getBaseMaterial | ( | ) |
| void SharpKmyGfx.MaterialInstance.setColor | ( | string | name, |
| SharpKmyGfx.Color | v | ||
| ) |
| void SharpKmyGfx.MaterialInstance.setFloat | ( | string | name, |
| float | v | ||
| ) |
| void SharpKmyGfx.MaterialInstance.setInteger | ( | string | name, |
| int | v | ||
| ) |
| void SharpKmyGfx.MaterialInstance.setVector2 | ( | string | name, |
| SharpKmyMath.Vector2 | v | ||
| ) |
| void SharpKmyGfx.MaterialInstance.setVector3 | ( | string | name, |
| SharpKmyMath.Vector3 | v | ||
| ) |
| void SharpKmyGfx.MaterialInstance.updateAnimation | ( | float | delta | ) |
| IntPtr SharpKmyGfx.MaterialInstance._native = IntPtr.Zero |