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

#include <NativePhysicsNotifyTarget.h>

SharpKmyPhysics::PhysicsNotifyTarget の継承関係図
Yukar.Engine.MapCharacterColliderHandler Yukar.Engine.MapClusterBuilder.MapSlopePhysicsNotifyTarget Yukar.Engine.MapClusterBuilder.MapTerrainPhysicsNotifyTarget Yukar.Engine.MapObjectCollisionNotifyTargetBase Yukar.Engine.MapCharacter Yukar.Engine.MapObjectCollisionNotifyTarget Yukar.Engine.MapObjectInstance

公開メンバ関数

 PhysicsNotifyTarget ()
 
 !PhysicsNotifyTarget ()
 
 ~PhysicsNotifyTarget ()
 
virtual void onUpdate ()
 
virtual void onStartContact (PhysicsNotifyTarget^ other, SharpKmyMath::Vector3 position, SharpKmyMath::Vector3 normal)
 
virtual void onContact (PhysicsNotifyTarget^ other, SharpKmyMath::Vector3 position, SharpKmyMath::Vector3 normal)
 
virtual void onEndContact (PhysicsNotifyTarget^ other, SharpKmyMath::Vector3 position, SharpKmyMath::Vector3 normal)
 
virtual void onDestroy ()
 

公開変数類

NativePhysicsNotifyTargetnativetgt
 
System::Runtime::InteropServices::GCHandle handle
 

構築子と解体子

◆ PhysicsNotifyTarget()

SharpKmyPhysics::PhysicsNotifyTarget::PhysicsNotifyTarget ( )

◆ !PhysicsNotifyTarget()

SharpKmyPhysics::PhysicsNotifyTarget::!PhysicsNotifyTarget ( )

◆ ~PhysicsNotifyTarget()

SharpKmyPhysics::PhysicsNotifyTarget::~PhysicsNotifyTarget ( )

メソッド詳解

◆ onContact()

virtual void SharpKmyPhysics::PhysicsNotifyTarget::onContact ( PhysicsNotifyTarget other,
SharpKmyMath::Vector3  position,
SharpKmyMath::Vector3  normal 
)
virtual

◆ onDestroy()

virtual void SharpKmyPhysics::PhysicsNotifyTarget::onDestroy ( )
virtual

◆ onEndContact()

virtual void SharpKmyPhysics::PhysicsNotifyTarget::onEndContact ( PhysicsNotifyTarget other,
SharpKmyMath::Vector3  position,
SharpKmyMath::Vector3  normal 
)
virtual

◆ onStartContact()

virtual void SharpKmyPhysics::PhysicsNotifyTarget::onStartContact ( PhysicsNotifyTarget other,
SharpKmyMath::Vector3  position,
SharpKmyMath::Vector3  normal 
)
virtual

◆ onUpdate()

virtual void SharpKmyPhysics::PhysicsNotifyTarget::onUpdate ( )
virtual

メンバ詳解

◆ handle

System::Runtime::InteropServices::GCHandle SharpKmyPhysics::PhysicsNotifyTarget::handle

◆ nativetgt

NativePhysicsNotifyTarget* SharpKmyPhysics::PhysicsNotifyTarget::nativetgt