Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetOutputEventNames(List<string>)

Gets the name of every output event system.
Read time 1 minuteLast updated 8 days ago

Definition

public void GetOutputEventNames(List<string> names)

Parameters

The List that this function populates with the output event system names.

Remarks

Preallocating the input list speeds up the retrieval process.