MasatoMakino/pixijs-basic-button

View on GitHub

Showing 1 of 1 total issue

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
    Severity
    Category
    Status
    Source
    Language