mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Made docs even more explicit. Close #4084
This commit is contained in:
parent
4d13702c33
commit
31109422b6
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@ var DataManager = new Class({
|
|||
* ```
|
||||
*
|
||||
* Doing so will emit a `setdata` event from the parent of this Data Manager.
|
||||
*
|
||||
* Do not modify this object directly. Adding properties directly to this object will not
|
||||
* emit any events. Always use `DataManager.set` to create new items the first time around.
|
||||
*
|
||||
* @name Phaser.Data.DataManager#values
|
||||
* @type {Object.<string, *>}
|
||||
|
|
Loading…
Add table
Reference in a new issue