FloatSizeLimit.limit

The imposed limit as a vector. The x field is the maximum width, and y is the maximum height. They both default to infinity, effectively not setting any limit.

struct FloatSizeLimit
auto limit = Vector2(float.infinity, float.infinity);

Meta