예제 #1
0
파일: MP.cs 프로젝트: davidlawson/ggj2016
 public static extern void mpRemoveCollider(int context, ref MPColliderProperties props);
예제 #2
0
파일: MP.cs 프로젝트: davidlawson/ggj2016
 public static extern void mpAddCapsuleCollider(int context, ref MPColliderProperties props, ref Vector3 pos1, ref Vector3 pos2, float radius);
예제 #3
0
파일: MP.cs 프로젝트: davidlawson/ggj2016
 public static extern void mpAddBoxCollider(int context, ref MPColliderProperties props, ref Matrix4x4 transform, ref Vector3 center, ref Vector3 size);
예제 #4
0
파일: MP.cs 프로젝트: davidlawson/ggj2016
 public static extern void mpAddSphereCollider(int context, ref MPColliderProperties props, ref Vector3 center, float radius);
예제 #5
0
 public static extern void mpRemoveCollider(int context, ref MPColliderProperties props);
예제 #6
0
 public static extern void mpAddBoxCollider(int context, ref MPColliderProperties props, ref Matrix4x4 transform, ref Vector3 center, ref Vector3 size);
예제 #7
0
 public static extern void mpAddCapsuleCollider(int context, ref MPColliderProperties props, ref Vector3 pos1, ref Vector3 pos2, float radius);
예제 #8
0
 public static extern void mpAddSphereCollider(int context, ref MPColliderProperties props, ref Vector3 center, float radius);