Enum GrowRule
- Assembly
- MonoGame.Framework.Content.Pipeline.dll
How to grow the bin when a rectangel can't be placed.
public enum GrowRule
Fields
Both = 3
Alternate growing the bins width and height. Starts with width.
Height = 2
Grow the bins height.
None = 0
Don't grow the bin, throw an exception when full.
Width = 1
Grow the bins width.