Skip to content

textmode.js / media / TextmodeTexture / flipX

Method: flipX()

ts
flipX(v?): this;

Flip the source horizontally.

Parameters

ParameterTypeDefault valueDescription
vnumber | booleantrueWhether to flip horizontally.

Returns

this

This instance for chaining.

Example

Inherited from

TextmodeSource.flipX