Interface IResourceName
Represents a resource's name
Namespace: Unity.Services.Multiplay.Authoring.Core.Assets
Assembly: Unity.Services.Multiplayer.Multiplay.Authoring.Core.dll
Syntax
public interface IResourceName
Properties
Name
The name of the resource.
Declaration
string Name { get; init; }
Property Value
Type | Description |
---|---|
string |