TilePicOption
Contents
[
Hide
]TilePicOption class
Represents tile picture as texture.
Constructors
| Name | Description |
|---|---|
| TilePicOption |
Properties
| Name | Type | Description |
|---|---|---|
| OffsetX | float | Gets or sets the X offset for tiling picture. |
| OffsetY | float | Gets or sets the Y offset for tiling picture. |
| ScaleX | float | Gets or sets the X scale for tiling picture. |
| ScaleY | float | Gets or sets the Y scale for tiling picture. |
| MirrorType | int | Gets or sets the mirror type for tiling. The value of the property is MirrorType integer constant. |
| AlignmentType | int | Gets or sets the alignment for tiling. The value of the property is RectangleAlignmentType integer constant. |
TilePicOption()
TilePicOption.OffsetX property
Gets or sets the X offset for tiling picture.
Type: float
TilePicOption.OffsetY property
Gets or sets the Y offset for tiling picture.
Type: float
TilePicOption.ScaleX property
Gets or sets the X scale for tiling picture.
Type: float
TilePicOption.ScaleY property
Gets or sets the Y scale for tiling picture.
Type: float
TilePicOption.MirrorType property
Gets or sets the mirror type for tiling. The value of the property is MirrorType integer constant.
Type: int
TilePicOption.AlignmentType property
Gets or sets the alignment for tiling. The value of the property is RectangleAlignmentType integer constant.
Type: int