gameobjectarraytonamestring - eisclimber/ExPresS-XR GitHub Wiki
Method in QuizUtility
Converts a GameObject to a array representation using the GameObjects name or an empty string.
public static string GameObjectArrayToNameString(GameObject[] objects, char sep = ',')| Name | Description |
|---|---|
UnityEngine.GameObject[] objects |
Objects to be converted. |
char sep |
Separator character. |