Docs: since

This commit is contained in:
samme 2020-09-11 10:01:43 -07:00
parent f05129f30c
commit ad0c5ad5db

View file

@ -283,7 +283,7 @@ var Transform = {
* Copies an object's coordinates to this Game Object's position.
*
* @method Phaser.GameObjects.Components.Transform#copyPosition
* @since 3.23.0
* @since 3.50.0
*
* @param {(Phaser.Types.Math.Vector2Like|Phaser.Types.Math.Vector3Like|Phaser.Types.Math.Vector4Like)} source - An object with numeric 'x', 'y', 'z', or 'w' properties. Undefined values are not copied.
*