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