Exemple #1
0
 public static void UpdateGeometry(int id, AABB aabb)
 {
     PlaneverbUpdateGeometry(id, aabb.position.x, aabb.position.y,
                             aabb.width, aabb.height, aabb.absorption);
 }
Exemple #2
0
 public static int AddGeometry(AABB aabb)
 {
     return(PlaneverbAddGeometry(aabb.position.x, aabb.position.y,
                                 aabb.width, aabb.height, aabb.absorption));
 }