An image manipulator that flips an image layer horizontally and/or vertically. (deprecated).
Inherits :
DAZ Script | |
---|---|
Boolean | flipHorizontal () |
Boolean | flipVertical () |
void | setFlipHorizontal ( Boolean onOff ) |
void | setFlipVertical ( Boolean onOff ) |
Deprecated
Exists only to keep code written prior to 4.6.2.23 working. Do not use in new code. Use DzTextureComponent instead.
Return Value:
Boolean : flipVertical()
Return Value:
void : setFlipHorizontal( Boolean onOff )
Sets whether or not the image is flipped horizontally.
Parameter(s):
void : setFlipVertical( Boolean onOff )
Sets whether or not the image is flipped vertically.
Parameter(s):