예제 #1
0
파일: SP.cs 프로젝트: flufy3d/SpmdParticle
 public static extern void spRemoveCollider(int context, ref SPColliderProperties props);
예제 #2
0
파일: SP.cs 프로젝트: flufy3d/SpmdParticle
 public static extern void spAddBoxCollider(int context, ref SPColliderProperties props, ref Matrix4x4 transform, ref Vector3 center, ref Vector3 size);