An image manipulator that scales an image layer horizontally and/or vertically. (deprecated).
Inherits :
DAZ Script | |
---|---|
Number | heightScale |
Number | widthScale |
DAZ Script |
---|
DzScaleManip ( Number w=1.0, Number h=1.0 ) |
Deprecated
Exists only to keep code written prior to 4.6.2.23 working. Do not use in new code. Use DzTextureComponent instead.
Holds the scaling of the image across its width.
TODO: Add description.
DzScaleManip( Number w=1.0, Number h=1.0 )
Holds the scaling of the image across its height.
Default Constructor.
Parameter(s):