User Tools

Site Tools


DzOffsetManip (deprecated)

An image manipulator that offsets an image layer horizontally and/or vertically. (deprecated).

More...

Inherits :

Properties

Constructors

DAZ Script
DzOffsetManip ( Number x=0, Number y=0 )

Methods

DAZ Script
voidsetOffset ( Number x, Number y )

Detailed Description

Deprecated

Exists only to keep code written prior to 4.6.2.23 working. Do not use in new code. Use DzTextureComponent instead.

Properties


Number : xOffset

TODO: Add description.


Number : yOffset

Holds the horizontal offset.

Constructors


DzOffsetManip( Number x=0, Number y=0 )

Holds the vertical offset.

Default Constructor

Methods


void : setOffset( Number x, Number y )

Sets the offset for the image.

Parameter(s):

  • x - The offset for the image in x.
  • y - The offset for the image in y.