Counter for getUid.
Gets a unique ID for an object. This mutates the object so that further calls with the same object as a parameter returns the same value. Unique IDs are generated as a strictly increasing sequence. Adapted from goog.getUid.
The object to get the unique ID for.
The unique ID for the object.
The scene.
The node to remove the children from.
The node to remove.
The node that was removed or null.
Sort the passed array such that the relative order of equal elements is preverved. See https://en.wikipedia.org/wiki/Sorting_algorithm#Stability for details.
The array to sort (modifies original).
Comparison function.
Generated using TypeDoc
olcs.util