gameobjectarraytonamestring - eisclimber/ExPresS-XR GitHub Wiki

QuizUtility.GameObjectArrayToNameString(GameObject[],char)

Method in QuizUtility

Summary

Converts a GameObject to a array representation using the GameObjects name or an empty string.

public static string GameObjectArrayToNameString(GameObject[] objects, char sep = ',')

Parameters

Name Description
UnityEngine.GameObject[] objects Objects to be converted.
char sep Separator character.
⚠️ **GitHub.com Fallback** ⚠️