|
| static ParamID * | getID (const live2d::LDString &tmp_idstr) |
| | IDを取得 [詳細]
|
| |
|
static ParamID * | getID (const char *tmp_idstr) |
| |
| static ParamID * | getID (const RefString &refStr) |
| | IDを取得 [詳細]
|
| |
| static void | releaseStored_notForClientCall () |
| | Live2D::dispose()時に呼び出される開放処理 [詳細]
|
| |
| static void | staticInit_notForClientCall () |
| | Initialize. [詳細]
|
| |
| static void | staticRelease_notForClientCall () |
| | Release. [詳細]
|
| |
| static void * | operator new (l2d_size_t size) |
| | new オペレータ (Ownerを指定しない場合) [詳細]
|
| |
| static void | operator delete (void *ptr) |
| | delete オペレータ (Ownerを指定しない場合) [詳細]
|
| |
| static void * | operator new[] (l2d_size_t size) |
| | new[] オペレータ (Ownerを指定しない場合) [詳細]
|
| |
| static void | operator delete[] (void *ptr) |
| | delete[] オペレータ (Ownerを指定しない場合) [詳細]
|
| |
| static void * | operator new (l2d_size_t size, void *ptr) |
| | placement new オペレータ [詳細]
|
| |
| static void | operator delete (void *ptr, void *ptr2) |
| | placement delete オペレータ [詳細]
|
| |
| static void * | operator new (l2d_size_t size, MemoryParam *memParam) |
| | new オペレータ (デバッグ用) [詳細]
|
| |
| static void | operator delete (void *ptr, MemoryParam *memParam) |
| | delete オペレータ (デバッグ用) [詳細]
|
| |
| static void * | operator new (l2d_size_t size, MemoryParam *memParam, const char *filename, int line) |
| | new オペレータ (デバッグ用) [詳細]
|
| |
| static void | operator delete (void *ptr, MemoryParam *memParam, const char *filename, int line) |
| | delete オペレータ (デバッグ用) [詳細]
|
| |
IDクラス(パラメータ)
Modelerで定義したパラメータID文字列と対応し、パラメータ値の設定に用いる。