Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetEditorName<U>(U)

Returns the name of the PlayableOutput.
Read time 1 minuteLast updated 13 days ago

Definition

GetEditorName<T>(T)

public static string GetEditorName<U>(this U output) where U : struct, IPlayableOutput

Parameters

output

T
The PlayableOutput used by this operation.

Returns

Type

Description

string