Utilities
static class VRC.SDKBase.Utilities
Static
Returns
Name
Summary
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 VRCPlayerApi objects after a player has left the instance, or GameObject objects that have been destroyed.
True
void
ShuffleArray(int[] array)
Randomly shuffles each element in the array.
Last updated