Method ComponentDisplayName
ComponentDisplayName(Type)
Returns the name of a component from its VolumeComponentMenuForRenderPipeline.
Declaration
[Obsolete("Please use componentPathAndType instead, and get the first element of the tuple", false)]
public static string ComponentDisplayName(Type component)
Parameters
Type | Name | Description |
---|---|---|
Type | component | A volume component. |
Returns
Type | Description |
---|---|
string | The component display name. |