Update page 'Home'
parent
658e096d5c
commit
fc7b81a888
2
Home.md
2
Home.md
@ -3,7 +3,7 @@ Der PixiJS Migration Guide von Version 4 auf 5 befindet sich [hier](https://gith
|
||||
* fromImage, fromUrl usw. heißt nur noch from()
|
||||
* PIXI.loaders.Loader wurde zu PIXI.Loader.shared
|
||||
* beginFill(0xffffff, 0) sollte nicht verwendet werden, lieber beginFill(0xffffff); ...alpha = 0, weitere Infos [hier](https://github.com/pixijs/pixi.js/wiki/v5-Migration-Guide#graphics-interaction)
|
||||
* .fillAlpha, .fillColor, ... becomes .fill.alpha and .fill.color
|
||||
* .fillAlpha, .fillColor, ... wird zu .fill.alpha and .fill.color
|
||||
* drawPolygon(), addHole() wurde zu beginHole(), drawPolygon(), endHole()
|
||||
* Namespaces einiger Settings haben sich verändert, z. B. von PIXI.Graphics.CURVES.adaptive = true zu PIXI.GRAPHICS_CURVES.adaptive = true
|
||||
* PIXI.Polygon.close() gibt es nicht mehr, Workaround: `if (shape.points[0] !== shape.points[shape.points.length - 2] || shape.points[1] !== shape.points[shape.points.length - 1]) {
|
||||
|
Loading…
Reference in New Issue
Block a user