Enum SortMode
These values specify an optional method by which to sort nodes before packing. Used for SortMode.
Namespace: Northwoods.Go.Layouts.Extensions
Assembly: PackedAvalonia.dll
Syntax
public enum SortMode
Fields
Name | Description |
---|---|
Area | Nodes will be sorted by their area; this value is used for SortMode. |
MaxSide | Nodes will be sorted by their maximum side length before packing; this value is used for SortMode. |
None | Nodes will not be sorted before packing; this value is used for SortMode. |