'宣言 Public Overloads Function AppendPositionConstraint( _ ByVal targetParam As TargetParam, _ ByVal anchorPoint As AnchorPoint, _ Optional ByVal offset As System.Single _ ) As PositionConstraint
public PositionConstraint AppendPositionConstraint( TargetParam targetParam, AnchorPoint anchorPoint, System.float offset )
パラメータ
- targetParam
- The target parameter of the current LayoutRect.
- anchorPoint
- The referenced AnchorPoint.
- offset
- An increment to the position of anchorPoint.
戻り値の型
New constraint just added.