Interface IProjectIdentifierProvider
Represents a class capable of returning the current ProjectID
Namespace: Unity.Services.DeploymentApi.Editor
Assembly: Unity.Services.DeploymentApi.dll
Syntax
public interface IProjectIdentifierProvider
Properties
ProjectId
The current object ID
Declaration
string ProjectId { get; }
Property Value
Type | Description |
---|---|
string |