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

#include <Collider.h>

SharpKmyPhysics::Collider の継承関係図
SharpKmyPhysics::PhysicsNode

公開メンバ関数

 Collider (kmyPhysics::Collider *p)
 
void setAsTrigger (bool flg)
 
void setCustomDebugColor (float r, float g, float b)
 
void setDebugVisibilityMask (u32 mask)
 
- 基底クラス SharpKmyPhysics::PhysicsNode に属する継承公開メンバ関数
void setRestitution (f32 val)
 
void setFriction (f32 val)
 
void setName (System::String^ name)
 
void setWorldMatrix (SharpKmyMath::Matrix4 mtx)
 
void setNotifyTarget (PhysicsNotifyTarget ^tgt)
 
void setFellowId (int id)
 
void setFilterMask (unsigned short m)
 
void setFilterGroup (unsigned short m)
 
void setIgnoreFromRaycast (bool f)
 
void enable ()
 
void disable ()
 
bool isEnabled ()
 
PhysicsNotifyTarget getNotifyTarget ()
 
System::String getName ()
 
SharpKmyMath::Matrix4 getWorldMatrix ()
 
PhysicsBase getPhysicsBase ()
 

その他の継承メンバ

- 基底クラス SharpKmyPhysics::PhysicsNode に属する継承公開変数類
kmyPhysics::PhysicsNode * obj = nullptr
 

構築子と解体子

◆ Collider()

SharpKmyPhysics::Collider::Collider ( kmyPhysics::Collider *  p)

メソッド詳解

◆ setAsTrigger()

void SharpKmyPhysics::Collider::setAsTrigger ( bool  flg)

◆ setCustomDebugColor()

void SharpKmyPhysics::Collider::setCustomDebugColor ( float  r,
float  g,
float  b 
)

◆ setDebugVisibilityMask()

void SharpKmyPhysics::Collider::setDebugVisibilityMask ( u32  mask)