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