pixijs/pixi-haxe

View on GitHub
src/pixi/plugins/dragonbones/animation/Animation.hx

Summary

Maintainability
Test Coverage

Parameter definition of animationConfig masks member of same name
Open

    function playConfig(animationConfig:AnimationConfig):AnimationState;

Checks that a local variable or a parameter does not shadow a field that is defined in the same class.

Line is longer than 160 characters (found 162)
Open

    function fadeIn(animationName:String, ?fadeInTime:Float, ?playTimes:Float, ?layer:Float, ?group:String = null, ?fadeOutMode:AnimationFadeOutMode):AnimationState;

Checks for long lines. Long lines are hard to read.

There are no issues that match your filters.

Category
Status