Exemplo n.º 1
0
 public static extern void mpRemoveCollider(int context, ref MPColliderProperties props);
Exemplo n.º 2
0
 public static extern void mpAddCapsuleCollider(int context, ref MPColliderProperties props, ref Vector3 pos1, ref Vector3 pos2, float radius);
Exemplo n.º 3
0
 public static extern void mpAddBoxCollider(int context, ref MPColliderProperties props, ref Matrix4x4 transform, ref Vector3 center, ref Vector3 size);
Exemplo n.º 4
0
 public static extern void mpAddSphereCollider(int context, ref MPColliderProperties props, ref Vector3 center, float radius);
Exemplo n.º 5
0
 public static extern void mpRemoveCollider(int context, ref MPColliderProperties props);
Exemplo n.º 6
0
 public static extern void mpAddBoxCollider(int context, ref MPColliderProperties props, ref Matrix4x4 transform, ref Vector3 center, ref Vector3 size);
Exemplo n.º 7
0
 public static extern void mpAddCapsuleCollider(int context, ref MPColliderProperties props, ref Vector3 pos1, ref Vector3 pos2, float radius);
Exemplo n.º 8
0
 public static extern void mpAddSphereCollider(int context, ref MPColliderProperties props, ref Vector3 center, float radius);