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