mapMirrorY Library Method
Short Description: Mirror texture in Y direction
Signature: t.mapMirrorY ()
Group: Texture
Class: transition Class
Mirrors the texture of the current transition on the Y-axis.
Examples
var a=taccgl.actor("testimg").mapMirrorY("testimg").start(); | RUN |
|