Interface IScene
This interface holds information about a scene.
Namespace: Unity.Cloud.Common
Syntax
public interface IScene
Properties
Id
The id of the scene.
Declaration
SceneId Id { get; }
Property Value
Type | Description |
---|---|
SceneId |
LatestVersion
The id of the latest version of the scene.
Declaration
SceneVersionId LatestVersion { get; }
Property Value
Type | Description |
---|---|
SceneVersionId |
Name
The name of the scene.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String |
Permissions
The list of Permission of the scene.
Declaration
List<Permission> Permissions { get; }
Property Value
Type | Description |
---|---|
List<Permission> |
WorkspaceId
The workspace id of the scene.
Declaration
WorkspaceId WorkspaceId { get; }
Property Value
Type | Description |
---|---|
WorkspaceId |