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 = 3Alternate growing the bins width and height. Starts with width.
Height = 2Grow the bins height.
None = 0Don't grow the bin, throw an exception when full.
Width = 1Grow the bins width.