mirror of
https://github.com/wassname/phaser.git
synced 2026-08-14 12:40:17 +08:00
More docs coming on.
This commit is contained in:
+6
-6
@@ -29,37 +29,37 @@ Phaser.Plugin = function (game, parent) {
|
||||
this.parent = parent;
|
||||
|
||||
/**
|
||||
* @property {bool} active - Description.
|
||||
* @property {boolean} active - Description.
|
||||
* @default
|
||||
*/
|
||||
this.active = false;
|
||||
|
||||
/**
|
||||
* @property {bool} visible - Description.
|
||||
* @property {boolean} visible - Description.
|
||||
* @default
|
||||
*/
|
||||
this.visible = false;
|
||||
|
||||
/**
|
||||
* @property {bool} hasPreUpdate - Description.
|
||||
* @property {boolean} hasPreUpdate - Description.
|
||||
* @default
|
||||
*/
|
||||
this.hasPreUpdate = false;
|
||||
|
||||
/**
|
||||
* @property {bool} hasUpdate - Description.
|
||||
* @property {boolean} hasUpdate - Description.
|
||||
* @default
|
||||
*/
|
||||
this.hasUpdate = false;
|
||||
|
||||
/**
|
||||
* @property {bool} hasRender - Description.
|
||||
* @property {boolean} hasRender - Description.
|
||||
* @default
|
||||
*/
|
||||
this.hasRender = false;
|
||||
|
||||
/**
|
||||
* @property {bool} hasPostRender - Description.
|
||||
* @property {boolean} hasPostRender - Description.
|
||||
* @default
|
||||
*/
|
||||
this.hasPostRender = false;
|
||||
|
||||
Reference in New Issue
Block a user