Logo
公開メンバ関数 | 全メンバ一覧
SharpKmyPhysics.Collider クラス
SharpKmyPhysics.Collider の継承関係図
SharpKmyPhysics.PhysicsNode

公開メンバ関数

 Collider (IntPtr physicsnode)
 
void setAsTrigger (bool flg)
 
- 基底クラス SharpKmyPhysics.PhysicsNode に属する継承公開メンバ関数
 PhysicsNode (IntPtr ptr)
 
void setRestitution (float val)
 
void setFriction (float val)
 
void setName (string name)
 
string getName ()
 
void setWorldMatrix (SharpKmyMath.Matrix4 mtx)
 
SharpKmyMath.Matrix4 getWorldMatrix ()
 
void setNotifyTarget (PhysicsNotifyTarget tgt)
 
void setFellowId (int id)
 
void setIgnoreFromRaycast (bool f)
 
void setFilterMask (UInt16 m)
 
PhysicsNotifyTarget getNotifyTarget ()
 
PhysicsBase getPhysicsBase ()
 
void enable ()
 
void disable ()
 
bool isEnabled ()
 
void setCustomDebugColor (float r, float g, float b)
 
void setDebugVisibilityMask (UInt32 mask)
 

その他の継承メンバ

- 基底クラス SharpKmyPhysics.PhysicsNode に属する継承公開変数類
IntPtr obj = IntPtr.Zero
 
PhysicsNotifyTarget currentTarget
 

構築子と解体子

◆ Collider()

SharpKmyPhysics.Collider.Collider ( IntPtr  physicsnode)

メソッド詳解

◆ setAsTrigger()

void SharpKmyPhysics.Collider.setAsTrigger ( bool  flg)