src/pixi/core/graphics/GraphicsData.hx
Parameter definition of shape
masks member of same name Open
Open
function addHole(shape:Dynamic):Void;
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Checks that a local variable or a parameter does not shadow a field that is defined in the same class.
Too many parameters for function: new (> 7) Open
Open
function new(lineWidth:Float, lineColor:Int, lineAlpha:Float, fillColor:Int, fillAlpha:Float, fill:Bool, nativeLines:Bool, shape:Dynamic);
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Checks the number of parameters of a method.