MasatoMakino/pixijs-basic-button

View on GitHub
src/BasicClickButton.ts

Summary

Maintainability
A
2 hrs
Test Coverage
A
95%

BasicClickButton has 21 functions (exceeds 20 allowed). Consider refactoring.
Open

export class BasicClickButton<T = any> extends Container {
  protected isDisable: boolean = false; //ボタンが使用不可状態か否か
  protected isPressed: boolean = false; //ボタンが押されているか否か
  protected isOver: boolean = false; //マウスオーバーしているか否か
  /**
Severity: Minor
Found in src/BasicClickButton.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status