Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
added MESH_CANVAS_PADDING
Browse files Browse the repository at this point in the history
  • Loading branch information
adireddy committed Feb 22, 2018
1 parent 54c7674 commit 25f3fc3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/pixi/core/Settings.hx
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,19 @@ extern class Settings {
*
* @static
* @constant
* @memberof PIXI
* @memberof PIXI.settings
* @type {Bool}
*/
static var CAN_UPLOAD_SAME_BUFFER:Bool;

/**
* Default Mesh `canvasPadding`.
*
* @see PIXI.mesh.Mesh#canvasPadding
* @static
* @constant
* @memberof PIXI.settings
* @type {Float}
*/
static var MESH_CANVAS_PADDING:Float;
}

0 comments on commit 25f3fc3

Please sign in to comment.