- Preparing search index...
- The search index is not available
Akashic Engine
- enumToSnakeCase<T, U>(enumDef: {
[key: number]: string;
}, val: T): U
-
Type Parameters
-
T extends number
-
U extends string
Parameters
-
enumDef: {
[key: number]: string;
}
-
val: T
Returns U
enum の値の文字列を snake-case に変換した文字列を返す。
Deprecated
非推奨である。非推奨の機能との互換性確保のために存在する。ゲーム開発者が使用すべきではない。