UI.PushId
static void PushId(string rootId)
Adds a root id to the stack for the following UI elements! This id is combined when hashing any following ids, to prevent id collisions in separate groups.
string rootId | The root id to use until the following PopId call. MUST be unique within current hierarchy. |
static void PushId(int rootId)
Adds a root id to the stack for the following UI elements! This id is combined when hashing any following ids, to prevent id collisions in separate groups.
int rootId | The root id to use until the following PopId call. MUST be unique within current hierarchy. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!