Class StagingSettings
Class StagingSettings.
Namespace: UnityEngine.Industrial.Configuring.Staging
Syntax
[Serializable]
public class StagingSettings
Properties
animations
Gets or sets the animations.
Declaration
public List<StagingElement> animations { get; set; }
Property Value
Type | Description |
---|---|
List<StagingElement> | The animations. |
cameras
Specific camera angles for this product
Declaration
public List<StagingItemRow> cameras { get; set; }
Property Value
Type | Description |
---|---|
List<StagingItemRow> | The cameras. |
environments
Specific environments for this product
Declaration
public List<StagingItemRow> environments { get; set; }
Property Value
Type | Description |
---|---|
List<StagingItemRow> | The environments. |
events
Gets or sets the events.
Declaration
public List<StagingElement> events { get; set; }
Property Value
Type | Description |
---|---|
List<StagingElement> | The events. |
lights
Specific lights for this product
Declaration
public List<StagingElement> lights { get; set; }
Property Value
Type | Description |
---|---|
List<StagingElement> | The lights. |
Methods
SetupEnvironmentThumbnails()
Setups the environment thumbnails.
Declaration
public void SetupEnvironmentThumbnails()
Validate()
Validates this instance.
Declaration
public void Validate()