Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetSystemNames(List<string>)

Gets the name of every system.
Read time 1 minuteLast updated 6 days ago

Definition

public void GetSystemNames(List<string> names)

Parameters

The List that this function populates with the system names.

Remarks

Preallocating the input list speeds up the retrieval process.