Rectangles
Introduction
Code Example - Performing Logic per AxisAlignedRectangle
foreach(var rectnagle in SolidCollision.Rectangles)
{
// do something with the AxisAlignedRectangle here:
// ...
}Last updated
Was this helpful?