phaser/src/gameobjects/components
2022-11-22 20:35:59 +00:00
..
Alpha.js Updated copyright year 2022-02-28 14:29:51 +00:00
AlphaSingle.js Updated copyright year 2022-02-28 14:29:51 +00:00
BlendMode.js Update BlendMode.js 2022-09-29 18:51:16 +01:00
ComputedSize.js Updated copyright year 2022-02-28 14:29:51 +00:00
Crop.js Updated copyright year 2022-02-28 14:29:51 +00:00
Depth.js Added jsdocs. Fix #6092 2022-05-06 15:16:41 +01:00
Flip.js Updated copyright year 2022-02-28 14:29:51 +00:00
FX.js Typo fix 2022-05-31 00:25:44 +01:00
GetBounds.js Updated copyright year 2022-02-28 14:29:51 +00:00
index.js Updated copyright year 2022-02-28 14:29:51 +00:00
Mask.js Swapped to non-instance based checks and added generics 2022-11-22 20:35:59 +00:00
Origin.js Updated copyright year 2022-02-28 14:29:51 +00:00
PathFollower.js Fix #6264 2022-10-26 15:24:41 +01:00
Pipeline.js When calling GameObject.getPostPipeline and passing in a string for the pipeline name it would error with 'Uncaught TypeError: Right-hand side of 'instanceof' is not an object'. This is now handled correctly internally 2022-11-08 18:10:16 +00:00
ScrollFactor.js Updated copyright year 2022-02-28 14:29:51 +00:00
Size.js Update hitarea when changing frame 2022-06-17 14:46:03 +08:00
Texture.js The GameObject#setFrame method can now accept a Frame instance as its parameter, which will also automatically update the Texture the Game Object is using. 2022-09-26 17:15:34 +01:00
TextureCrop.js The GameObject#setFrame method can now accept a Frame instance as its parameter, which will also automatically update the Texture the Game Object is using. 2022-09-26 17:15:34 +01:00
Tint.js Updated copyright year 2022-02-28 14:29:51 +00:00
ToJSON.js Updated copyright year 2022-02-28 14:29:51 +00:00
Transform.js The Transform Component has a new boolean read-only property hasTransformComponent which is set to true by default. 2022-05-31 18:11:17 +01:00
TransformMatrix.js TransformMatrix.multiply now directly updates the Float32Array, leading to 6 less getter invocations. 2022-09-29 17:20:05 +01:00
Visible.js Updated copyright year 2022-02-28 14:29:51 +00:00