Set the position. Equivalent to setting the x and y properties separately.
Since the return value is the object itself, you can use the following syntax: spr.pos(...).scale(...);
Set the scale. Equivalent to setting the scaleX and scaleY properties separately.
Since the return value is the object itself, you can use the following syntax: spr.scale(...).pos(50, 100);
Zh
设置缩放。相当于分别设置scaleX和scaleY属性。
selectByLight
selectByLight(x:number,y:number):boolean
参数
x: number
Light position x
y: number
Light position y
返回 boolean
En
According to whether the light position is selected, if the light is located inside the polygon, it is not selected
Zh
按照灯光位置是否被选用,如果灯光位于多边形内部,则不选用
skew
skew(x:number,y:number):this
参数
x: number
Horizontal skew angle.
y: number
Vertical skew angle.
返回 this
The object itself.
En
Set the skew angle. Equivalent to setting the skewX and skewY properties separately.
Since the return value is the object itself, you can use the following syntax: spr.skew(...).pos(50, 100);
2D灯光遮挡器(遮光器)