Skip to content

gameobjectarraytonamestring

eisclimber edited this page Apr 4, 2026 · 1 revision

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.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally