[]
Adds a StarWidth or StarHeight constraint.
public StarSizeConstraint AppendStarSizeConstraint(TargetParam targetParam, float starSize)
Public Function AppendStarSizeConstraint(targetParam As TargetParam, starSize As Single) As StarSizeConstraint
Type | Name | Description |
---|---|---|
TargetParam | targetParam | The target parameter of the current LayoutRect. |
float | starSize | The proposed star width or height (weight). |
Type | Description |
---|---|
StarSizeConstraint | New constraint just added. |