Represents an axis-aligned bounding box in world space.
public readonly struct RenderBounds
kind:method, kind:property, kind:ctor. Press Esc to clear.AreaGets the area of the bounds.CenterGets the center point of the bounds.EmptyGets an empty bounds instance.ExtentGets the half-size vector of the bounds.MaxXGets the maximum X coordinate.MaxYGets the maximum Y coordinate.MinXGets the minimum X coordinate.MinYGets the minimum Y coordinate.PerimeterGets the perimeter of the bounds.Contains(Vector2)Determines whether the bounds contains the provided point.Inflate(Single)Inflates the bounds by the given amount in all directions.Intersects(RenderBounds)Determines whether two bounds intersect.Intersects(Single, Single, Single, Single)Determines whether the bounds intersects a rectangle specified by min/max values.