mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
Update Sprite3D.js
This commit is contained in:
parent
80c571963c
commit
3f9950fc00
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ var Vector4 = require('../../../../src/math/Vector4');
|
|||
* it to be rendered by a 3D Camera. The Sprite can be positioned anywhere within 3D space.
|
||||
*
|
||||
* @class Sprite3D
|
||||
* @extends Phaser.GameObjects.GameObject
|
||||
* @extends Phaser.GameObjects.Sprite
|
||||
* @memberOf Phaser.GameObjects
|
||||
* @constructor
|
||||
* @since 3.0.0
|
||||
|
|
Loading…
Reference in a new issue