mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 14:40:38 +00:00
Docs: since
This commit is contained in:
parent
f05129f30c
commit
ad0c5ad5db
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue