Interface IHasName
Provides a customized implementation to return the name of the object
Namespace: Unity.VisualCompositor
Assembly: Unity.VisualCompositor.dll
Syntax
public interface IHasName
Methods
GetName()
Returns the name of the object
Declaration
string GetName()
Returns
| Type | Description |
|---|---|
| string | The name as string |