TilePicOption
Contents
[
Hide
]TilePicOption class
Represents tile picture as texture.
class TilePicOption;
Constructors
| Name | Description |
|---|---|
| constructor() | Default Constructor. |
Properties
| Property | Type | Description |
|---|---|---|
| offsetX | number | Gets or sets the X offset for tiling picture. |
| offsetY | number | Gets or sets the Y offset for tiling picture. |
| scaleX | number | Gets or sets the X scale for tiling picture. |
| scaleY | number | Gets or sets the Y scale for tiling picture. |
| mirrorType | MirrorType | Gets or sets the mirror type for tiling. |
| alignmentType | RectangleAlignmentType | Gets or sets the alignment for tiling. |
constructor()
Default Constructor.
constructor();
offsetX
Gets or sets the X offset for tiling picture.
offsetX : number;
offsetY
Gets or sets the Y offset for tiling picture.
offsetY : number;
scaleX
Gets or sets the X scale for tiling picture.
scaleX : number;
scaleY
Gets or sets the Y scale for tiling picture.
scaleY : number;
mirrorType
Gets or sets the mirror type for tiling.
mirrorType : MirrorType;
alignmentType
Gets or sets the alignment for tiling.
alignmentType : RectangleAlignmentType;