Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetConfigObjectNames()

Return a string array containing the names of all stored config object references.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static string[] GetConfigObjectNames()

Returns

Type

Description

string[]Returns an array of strings containing the names of all stored references. If there are no references, an empty array will be returned.