コード例 #1
0
ファイル: Physics.cs プロジェクト: ZtyWolfRain/PhysXCSharp
 public static void SetFilterEnabled(IntPtr p, bool enabled)
 {
     PhysXDll.SetFilterEnabled(p, enabled);
 }