TilePicOption

TilePicOption class

Represents tile picture as texture.

Constructors

NameDescription
TilePicOption

Properties

NameTypeDescription
OffsetXfloatGets or sets the X offset for tiling picture.
OffsetYfloatGets or sets the Y offset for tiling picture.
ScaleXfloatGets or sets the X scale for tiling picture.
ScaleYfloatGets or sets the Y scale for tiling picture.
MirrorTypeintGets or sets the mirror type for tiling. The value of the property is MirrorType integer constant.
AlignmentTypeintGets 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