Return an id string used to load different versions of light manager specific assets. It shoud be short, contain no spaces, and be safe for filename use.
| 92 | /// specific assets. It shoud be short, contain no spaces, and be safe |
| 93 | /// for filename use. |
| 94 | const char* getName() const { return mName.c_str(); } |
| 95 | |
| 96 | /// Return an id string used to load different versions of light manager |
| 97 | /// specific assets. It shoud be short, contain no spaces, and be safe |