static class VRC.SDKBase.Utilities
True
bool
IsValid(object obj)
Returns true if the specified object is valid and not a null reference, otherwise false. This is typically used to check VRCPlayerApiarrow-up-right objects after a player has left the instance, or GameObjectarrow-up-right objects that have been destroyed.
void
ShuffleArray(int[] array)
Randomly shuffles each element in the array.
Last updated 11 months ago