phaser
Version:
A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.
14 lines (13 loc) • 593 B
JavaScript
/**
* Configuration options for the `DynamicTexture.repeat` method.
*
* @typedef {object} Phaser.Types.Textures.RepeatConfig
* @extends Phaser.Types.Textures.StampConfig
* @since 4.0.0
*
* @property {number} [tilePositionX=0] - The horizontal scroll position of the texture.
* @property {number} [tilePositionY=0] - The vertical scroll position of the texture.
* @property {number} [tileRotation=0] - The rotation of the texture.
* @property {number} [tileScaleX=1] - The horizontal scale of the texture.
* @property {number} [tileScaleY=1] - The vertical scale of the texture.
*/