Class TilePicOption

TilePicOption class

Represents tile picture as texture.

public class TilePicOption

Constructors

NameDescription
TilePicOption()The default constructor.

Properties

NameDescription
AlignmentType { get; set; }Gets or sets the alignment for tiling.
MirrorType { get; set; }Gets or sets the mirror type for tiling.
OffsetX { get; set; }Gets or sets the X offset for tiling picture.
OffsetY { get; set; }Gets or sets the Y offset for tiling picture.
ScaleX { get; set; }Gets or sets the X scale for tiling picture.
ScaleY { get; set; }Gets or sets the Y scale for tiling picture.

See Also