Example #1
0
 public static extern void spRemoveCollider(int context, ref SPColliderProperties props);
Example #2
0
 public static extern void spAddBoxCollider(int context, ref SPColliderProperties props, ref Matrix4x4 transform, ref Vector3 center, ref Vector3 size);