Cache#getVideo()

getVideo(key) → {Phaser.Video}

Gets a Phaser.Video object from the cache.

The object is looked-up based on the key given.

Note: If the object cannot be found a console.warn message is displayed.

Parameters
Name Type Description
key string

The key of the asset to retrieve from the cache.

Returns

The video object.

Source code: loader/Cache.js (Line 1371)
doc_phaser
2017-02-14 10:40:23
Comments
Leave a Comment

Please login to continue.