#include <NativePhysicsNotifyTarget.h>
|
System::Runtime::InteropServices::GCHandle | handle |
|
◆ NativePhysicsNotifyTarget()
SharpKmyPhysics::NativePhysicsNotifyTarget::NativePhysicsNotifyTarget |
( |
System::Runtime::InteropServices::GCHandle |
tgt | ) |
|
◆ onContact()
void SharpKmyPhysics::NativePhysicsNotifyTarget::onContact |
( |
kmyPhysics::ContactInfo & |
c | ) |
|
|
override |
◆ onDestroy()
void SharpKmyPhysics::NativePhysicsNotifyTarget::onDestroy |
( |
| ) |
|
|
override |
◆ onEndContact()
void SharpKmyPhysics::NativePhysicsNotifyTarget::onEndContact |
( |
kmyPhysics::ContactInfo & |
c | ) |
|
|
override |
◆ onStartContact()
void SharpKmyPhysics::NativePhysicsNotifyTarget::onStartContact |
( |
kmyPhysics::ContactInfo & |
c | ) |
|
|
override |
◆ onUpdate()
void SharpKmyPhysics::NativePhysicsNotifyTarget::onUpdate |
( |
| ) |
|
|
override |
◆ operator delete()
void SharpKmyPhysics::NativePhysicsNotifyTarget::operator delete |
( |
void * |
ptr | ) |
|
◆ operator new()
void * SharpKmyPhysics::NativePhysicsNotifyTarget::operator new |
( |
size_t |
sz | ) |
|
◆ handle
System::Runtime::InteropServices::GCHandle SharpKmyPhysics::NativePhysicsNotifyTarget::handle |