![]() |
|
クラス | |
| class | DeletedEntry |
公開メンバ関数 | |
| delegate void | OnUpdateCallback () |
| delegate void | OnStartContactCallback (PhysicsNotifyTarget other, SharpKmyMath.Vector3 position, SharpKmyMath.Vector3 normal) |
| delegate void | OnContactCallback (PhysicsNotifyTarget other, SharpKmyMath.Vector3 position, SharpKmyMath.Vector3 normal) |
| delegate void | OnEndContactCallback (PhysicsNotifyTarget other, SharpKmyMath.Vector3 position, SharpKmyMath.Vector3 normal) |
| delegate void | OnDestroyCallback () |
| PhysicsNotifyTarget () | |
| void | Dispose () |
| void | setSelfIdentity (PhysicsNotifyTarget identity) |
静的公開メンバ関数 | |
| static void | CleanUpDeleted () |
| static PhysicsNotifyTarget | find (int id) |
公開変数類 | |
| IntPtr | _native = IntPtr.Zero |
静的公開変数類 | |
| static List< DeletedEntry > | s_deletedList = new List<DeletedEntry>() |
| SharpKmyPhysics.PhysicsNotifyTarget.PhysicsNotifyTarget | ( | ) |
|
static |
| void SharpKmyPhysics.PhysicsNotifyTarget.Dispose | ( | ) |
|
static |
| delegate void SharpKmyPhysics.PhysicsNotifyTarget.OnContactCallback | ( | PhysicsNotifyTarget | other, |
| SharpKmyMath.Vector3 | position, | ||
| SharpKmyMath.Vector3 | normal | ||
| ) |
| delegate void SharpKmyPhysics.PhysicsNotifyTarget.OnDestroyCallback | ( | ) |
| delegate void SharpKmyPhysics.PhysicsNotifyTarget.OnEndContactCallback | ( | PhysicsNotifyTarget | other, |
| SharpKmyMath.Vector3 | position, | ||
| SharpKmyMath.Vector3 | normal | ||
| ) |
| delegate void SharpKmyPhysics.PhysicsNotifyTarget.OnStartContactCallback | ( | PhysicsNotifyTarget | other, |
| SharpKmyMath.Vector3 | position, | ||
| SharpKmyMath.Vector3 | normal | ||
| ) |
| delegate void SharpKmyPhysics.PhysicsNotifyTarget.OnUpdateCallback | ( | ) |
| void SharpKmyPhysics.PhysicsNotifyTarget.setSelfIdentity | ( | PhysicsNotifyTarget | identity | ) |
| IntPtr SharpKmyPhysics.PhysicsNotifyTarget._native = IntPtr.Zero |
|
static |