'Declaration Public Function AppendStarSizeConstraint( _ ByVal targetParam As TargetParam, _ ByVal starSize As System.Single _ ) As StarSizeConstraint
public StarSizeConstraint AppendStarSizeConstraint( TargetParam targetParam, System.float starSize )
Parameters
- targetParam
- The target parameter of the current LayoutRect.
- starSize
- The proposed star width or height (weight).
Return Value
New constraint just added.