Interface INamedResource
Auxiliary interface to represent an object with a unique name identifier
Namespace: Unity.Services.DeploymentApi.Editor
Assembly: Unity.Services.DeploymentApi.dll
Syntax
public interface INamedResource
Properties
ResourceName
The unique resource name
Declaration
string ResourceName { get; }
Property Value
Type | Description |
---|---|
string |