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