public void GetCoord(ref SceneManagement.Coordinate coord, VCollisionShape shape) { VInt2 origin; VInt2 size; shape.GetAabb2D(out origin, out size); this.GetCoord(ref coord, origin, size); }
public void GetCoord(ref Coordinate coord, VCollisionShape shape) { VInt2 num; VInt2 num2; shape.GetAabb2D(out num, out num2); this.GetCoord(ref coord, num, num2); }