v1.0.0
Latest
2022.3+

Interface IResourceName

Represents a resource's name

Namespace: Unity.Services.Multiplay.Authoring.Core.Assets
Syntax
public interface IResourceName

Properties

Name

The name of the resource.

Declaration
string Name { get; set; }
Property Value
TypeDescription
System.String