![]() |
|
公開型 | |
| enum | TransformAxis { X , Y , Z , XY , YZ , ZX , SCR } |
公開メンバ関数 | |
| Manipulator (IntPtr ptr) | |
| void | setOrigin (int mode, bool global, bool center, Transform[] list) |
| SharpKmyMath.Vector3 | getOrigin () |
| void | begin (float x, float y, UInt16 forceId) |
| void | proc (float x, float y, Transform[] list) |
| void | end () |
| void | hilight (int pickupid) |
| void | setScalePerWidth (bool up) |
| void | hide () |
| void | setVisibility (bool visibility) |
| TransformAxis | getTransformAxis () |
| SharpKmyGfx.Manipulator.Manipulator | ( | IntPtr | ptr | ) |
| void SharpKmyGfx.Manipulator.begin | ( | float | x, |
| float | y, | ||
| UInt16 | forceId | ||
| ) |
| void SharpKmyGfx.Manipulator.end | ( | ) |
| SharpKmyMath.Vector3 SharpKmyGfx.Manipulator.getOrigin | ( | ) |
| TransformAxis SharpKmyGfx.Manipulator.getTransformAxis | ( | ) |
| void SharpKmyGfx.Manipulator.hide | ( | ) |
| void SharpKmyGfx.Manipulator.hilight | ( | int | pickupid | ) |
| void SharpKmyGfx.Manipulator.proc | ( | float | x, |
| float | y, | ||
| Transform[] | list | ||
| ) |
| void SharpKmyGfx.Manipulator.setOrigin | ( | int | mode, |
| bool | global, | ||
| bool | center, | ||
| Transform[] | list | ||
| ) |
| void SharpKmyGfx.Manipulator.setScalePerWidth | ( | bool | up | ) |
| void SharpKmyGfx.Manipulator.setVisibility | ( | bool | visibility | ) |