![]() |
|
公開メンバ関数 | |
| PhysicsNode (IntPtr ptr) | |
| void | setRestitution (float val) |
| void | setFriction (float val) |
| void | setName (string name) |
| string | getName () |
| void | setWorldMatrix (SharpKmyMath.Matrix4 mtx) |
| SharpKmyMath.Matrix4 | getWorldMatrix () |
| void | setNotifyTarget (PhysicsNotifyTarget tgt) |
| void | setFellowId (int id) |
| void | setIgnoreFromRaycast (bool f) |
| void | setFilterMask (UInt16 m) |
| PhysicsNotifyTarget | getNotifyTarget () |
| PhysicsBase | getPhysicsBase () |
| void | enable () |
| void | disable () |
| bool | isEnabled () |
| void | setCustomDebugColor (float r, float g, float b) |
| void | setDebugVisibilityMask (UInt32 mask) |
公開変数類 | |
| IntPtr | obj = IntPtr.Zero |
| PhysicsNotifyTarget | currentTarget |
| SharpKmyPhysics.PhysicsNode.PhysicsNode | ( | IntPtr | ptr | ) |
| void SharpKmyPhysics.PhysicsNode.disable | ( | ) |
| void SharpKmyPhysics.PhysicsNode.enable | ( | ) |
| string SharpKmyPhysics.PhysicsNode.getName | ( | ) |
| PhysicsNotifyTarget SharpKmyPhysics.PhysicsNode.getNotifyTarget | ( | ) |
| PhysicsBase SharpKmyPhysics.PhysicsNode.getPhysicsBase | ( | ) |
| SharpKmyMath.Matrix4 SharpKmyPhysics.PhysicsNode.getWorldMatrix | ( | ) |
| bool SharpKmyPhysics.PhysicsNode.isEnabled | ( | ) |
| void SharpKmyPhysics.PhysicsNode.setCustomDebugColor | ( | float | r, |
| float | g, | ||
| float | b | ||
| ) |
| void SharpKmyPhysics.PhysicsNode.setDebugVisibilityMask | ( | UInt32 | mask | ) |
| void SharpKmyPhysics.PhysicsNode.setFellowId | ( | int | id | ) |
| void SharpKmyPhysics.PhysicsNode.setFilterMask | ( | UInt16 | m | ) |
| void SharpKmyPhysics.PhysicsNode.setFriction | ( | float | val | ) |
| void SharpKmyPhysics.PhysicsNode.setIgnoreFromRaycast | ( | bool | f | ) |
| void SharpKmyPhysics.PhysicsNode.setName | ( | string | name | ) |
| void SharpKmyPhysics.PhysicsNode.setNotifyTarget | ( | PhysicsNotifyTarget | tgt | ) |
| void SharpKmyPhysics.PhysicsNode.setRestitution | ( | float | val | ) |
| void SharpKmyPhysics.PhysicsNode.setWorldMatrix | ( | SharpKmyMath.Matrix4 | mtx | ) |
| PhysicsNotifyTarget SharpKmyPhysics.PhysicsNode.currentTarget |
| IntPtr SharpKmyPhysics.PhysicsNode.obj = IntPtr.Zero |