Interface IStagingPanel
Interface IStagingPanel
Namespace: UnityEngine.Industrial.Configuring.RuntimeUI
Syntax
public interface IStagingPanel
Properties
Transform
Gets the transform.
Declaration
Transform Transform { get; }
Property Value
Type | Description |
---|---|
Transform | The transform. |
Methods
Destroy()
Destroys this instance.
Declaration
void Destroy()
SetCameraSelected(String)
Sets the camera selected.
Declaration
void SetCameraSelected(string id)
Parameters
Type | Name | Description |
---|---|---|
String | id | The identifier. |
SetCamerasView(List<String>)
Sets the cameras view.
Declaration
void SetCamerasView(List<string> cameras)
Parameters
Type | Name | Description |
---|---|---|
List<String> | cameras | The cameras. |
SetSceneSelected(String)
Sets the scene selected.
Declaration
void SetSceneSelected(string id)
Parameters
Type | Name | Description |
---|---|---|
String | id | The identifier. |
SetScenesView(List<String>)
Sets the scenes view.
Declaration
void SetScenesView(List<string> scenes)
Parameters
Type | Name | Description |
---|---|---|
List<String> | scenes | The scenes. |
SetView(RuntimeStagingSettings)
Sets the view.
Declaration
void SetView(RuntimeStagingSettings settings)
Parameters
Type | Name | Description |
---|---|---|
RuntimeStagingSettings | settings | The settings. |
Events
cameraSelected
Occurs when [camera selected].
Declaration
event Action<int, string> cameraSelected
Event Type
Type | Description |
---|---|
Action<Int32, String> |
sceneSelected
Occurs when [scene selected].
Declaration
event Action<int, string> sceneSelected
Event Type
Type | Description |
---|---|
Action<Int32, String> |