Struct ILayoutAlgorithmV4.Phase1Output
Namespace: NinjaTools.FlexBuilder.LayoutAlgorithms
Assembly: cs.temp.dll.dll
Syntax
public struct Phase1Output
Fields
- (Dictionary<FlexItem, Vector2>) finalSizes
- (List<List<FlexItem>>) flexLines
- (Dictionary<List<FlexItem>, Single>) unusedMainSpacePerLine
- (Dictionary<List<FlexItem>, Single>) usedCrossSpacePerLine
Spec: 'used' cross-space = sum of the OUTER cross-lengths of all items in the line
- (Dictionary<List<FlexItem>, Single>) usedMainSpacePerLine
Spec: 'used' main-space = sum of the OUTER main-lengths of all items in the line