Logo
公開メンバ関数 | 公開変数類 | 全メンバ一覧
SharpKmyPhysics::NativePhysicsNotifyTarget クラス

#include <NativePhysicsNotifyTarget.h>

SharpKmyPhysics::NativePhysicsNotifyTarget の継承関係図

公開メンバ関数

void * operator new (size_t sz)
 
void operator delete (void *ptr)
 
 NativePhysicsNotifyTarget (System::Runtime::InteropServices::GCHandle tgt)
 
void onUpdate () override
 
void onStartContact (kmyPhysics::ContactInfo &c) override
 
void onContact (kmyPhysics::ContactInfo &c) override
 
void onEndContact (kmyPhysics::ContactInfo &c) override
 
void onDestroy () override
 

公開変数類

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