An image manipulator that rotates an image layer in 90 degree increments. (deprecated).
Inherits :
DAZ Script |
---|
DzRotateManip ( Rotation rot=RotNone ) |
DAZ Script | |
---|---|
Number | getDegrees () |
Rotation | getRotation () |
void | setDegrees ( Number deg ) |
void | setRotation ( Rotation rot ) |
Deprecated
Exists only to keep code written prior to 4.6.2.23 working. Do not use in new code. Use DzTextureComponent instead.
The enumerated values of possible rotations to be performed.
Number : getDegrees()
Return Value:
Rotation : getRotation()
Return Value:
void : setDegrees( Number deg )
Sets the amount of rotation for the image.
Parameter(s):
void : setRotation( Rotation rot )
Sets the type of rotation for the image.
Parameter(s):