'宣言 Public Function AppendStarSizeConstraint( _ ByVal targetParam As TargetParam, _ ByVal starSize As System.Single _ ) As StarSizeConstraint
public StarSizeConstraint AppendStarSizeConstraint( TargetParam targetParam, System.float starSize )
パラメータ
- targetParam
- The target parameter of the current LayoutRect.
- starSize
- The proposed star width or height (weight).
戻り値の型
New constraint just added.