textmode.js / media / TextmodeTexture / flipY
Method: flipY()
ts
flipY(v?): this;Flip the source vertically.
Parameters
| Parameter | Type | Default value | Description |
|---|---|---|---|
v | number | boolean | true | Whether to flip vertically. |
Returns
this
This instance for chaining.