Field InflateDelta
Represents the default inflation delta used to adjust the size of a 2D object.
public static readonly Vector2 InflateDelta
Returns
- Vector2
- Represents the default inflation delta used to adjust the size of a 2D object.
Remarks
The value is a Vector2 with both components set to 1.0. This can be used as a standard increment for scaling or inflating 2D objects in both the X and Y dimensions.