[]
Anchors a LayoutRect to the bottom left corner and rotation angle of anchorRect.
The top right corner is not fixed and requires additional constraints.
public void AnchorBottomLeft(LayoutRect anchorRect, float paddingBottom, float paddingLeft)
| Type | Name | Description |
|---|---|---|
| LayoutRect | anchorRect | The referenced LayoutRect or null to reference the owner LayoutView. |
| float | paddingBottom | The inner padding relative to the bottom side of the |
| float | paddingLeft | The inner padding relative to the left side of the |
Anchors a LayoutRect to the bottom left corner and rotation angle of anchorRect and sets width/height.
public void AnchorBottomLeft(LayoutRect anchorRect, float paddingBottom, float paddingLeft, float width, float height)
| Type | Name | Description |
|---|---|---|
| LayoutRect | anchorRect | The referenced LayoutRect or null to reference the owner LayoutView. |
| float | paddingBottom | The inner padding relative to the bottom side of the |
| float | paddingLeft | The inner padding relative to the left side of the |
| float | width | The proposed width. |
| float | height | The proposed height. |