Akashic Engine
    Preparing search index...

    Function enumToSnakeCase

    • enum の値の文字列を snake-case に変換した文字列を返す。

      Type Parameters

      • T extends number
      • U extends string

      Parameters

      • enumDef: { [key: number]: string }
      • val: T

      Returns U

      非推奨である。非推奨の機能との互換性確保のために存在する。ゲーム開発者が使用すべきではない。