![]() |
|
公開メンバ関数 | |
| Collider (IntPtr physicsnode) | |
| void | setAsTrigger (bool flg) |
基底クラス SharpKmyPhysics.PhysicsNode に属する継承公開メンバ関数 | |
| 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) |
その他の継承メンバ | |
基底クラス SharpKmyPhysics.PhysicsNode に属する継承公開変数類 | |
| IntPtr | obj = IntPtr.Zero |
| PhysicsNotifyTarget | currentTarget |
| SharpKmyPhysics.Collider.Collider | ( | IntPtr | physicsnode | ) |
| void SharpKmyPhysics.Collider.setAsTrigger | ( | bool | flg | ) |