In query mode, return type is based on queried flag.
Long name (short name) |
Argument types |
Properties |
-angle(-a)
|
float
|
|
|
Specifies the angle value (in degrees) by which the UV values are to be rotated.
|
|
-pivotU(-pu)
|
float
|
|
|
Specifies the pivot value, in the u direction, about which the scale or
rotate is to be performed.
|
|
-pivotV(-pv)
|
float
|
|
|
Specifies the pivot value, in the v direction, about which the scale or
rotate is to be performed.
|
|
-relative(-r)
|
boolean
|
|
|
Specifies whether this command is editing the values relative to the currently
existing values. Default is true;
|
|
-rotateRatio(-rr)
|
float
|
|
|
Specifies the ratio value by which the UV values are to be rotated.
Default is 1.0
|
|
-rotation(-rot)
|
boolean
|
|
|
Specifies whether this command is editing the values with rotation values
|
|
-scale(-s)
|
boolean
|
|
|
Specifies whether this command is editing the values with scale values
|
|
-scaleU(-su)
|
float
|
|
|
Specifies the scale value in the u direction.
|
|
-scaleV(-sv)
|
float
|
|
|
Specifies the scale value in the v direction.
|
|
-uValue(-u)
|
float
|
|
|
Specifies the value, in the u direction - absolute if relative flag is false..
|
|
-vValue(-v)
|
float
|
|
|
Specifies the value, in the v direction - absolute if relative flag is false..
|
|