TilePicOption Class

TilePicOption class

Represents tile picture as texture.


type TilePicOption struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewTilePicOptionDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetOffsetXGets or sets the X offset for tiling picture.
SetOffsetXGets or sets the X offset for tiling picture.
GetOffsetYGets or sets the Y offset for tiling picture.
SetOffsetYGets or sets the Y offset for tiling picture.
GetScaleXGets or sets the X scale for tiling picture.
SetScaleXGets or sets the X scale for tiling picture.
GetScaleYGets or sets the Y scale for tiling picture.
SetScaleYGets or sets the Y scale for tiling picture.
GetMirrorTypeGets or sets the mirror type for tiling.
SetMirrorTypeGets or sets the mirror type for tiling.
GetAlignmentTypeGets or sets the alignment for tiling.
SetAlignmentTypeGets or sets the alignment for tiling.