- Function/Meaning
-
Vertical Flip
- Type
-
Method of Layer class
- Syntax
-
flipUD()
- Arguments
-
None
- Return Value
-
None (void)
- Description
-
Flips the image vertically.
This method is not affected by the drawing clip rectangle set by methods such as Layer.setClip (the entire layer image is always flipped).
Additionally, it is not affected by the Layer.face property or the Layer.holdAlpha property.