[]
Creates a new instance of AnchoredObject.
public AnchoredObject()
Creates a new instance of AnchoredObject.
public AnchoredObject(float width, float height, bool wrapWithText)
| Type | Name | Description |
|---|---|---|
| float | width | |
| float | height | |
| bool | wrapWithText |
Creates a new instance of AnchoredObject.
public AnchoredObject(float width, float height, bool wrapWithText, HorizontalPosition horizontalPosition, VerticalPosition verticalPosition)
| Type | Name | Description |
|---|---|---|
| float | width | |
| float | height | |
| bool | wrapWithText | |
| HorizontalPosition | horizontalPosition | |
| VerticalPosition | verticalPosition |
Creates a new instance of AnchoredObject.
public AnchoredObject(float width, float height, bool wrapWithText, HorizontalPosition horizontalPosition, VerticalPosition verticalPosition, float horizontalOffset, float verticalOffset)
| Type | Name | Description |
|---|---|---|
| float | width | |
| float | height | |
| bool | wrapWithText | |
| HorizontalPosition | horizontalPosition | |
| VerticalPosition | verticalPosition | |
| float | horizontalOffset | |
| float | verticalOffset |
Creates a new instance of AnchoredObject.
public AnchoredObject(AnchoredObject source)
| Type | Name | Description |
|---|---|---|
| AnchoredObject | source |