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