Class StagingSettings
Class StagingSettings.
Namespace: Unity.Industrial.Forma.Staging
Syntax
public class StagingSettings : object
Properties
animations
Gets or sets the forma animation.
Declaration
public List<FormaAnimation> animations { get; set; }
Property Value
| Type | Description | 
|---|---|
| List<FormaAnimation> | The hotspots.  | 
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.  | 
hotspotItems
Gets or sets the hotspot items.
Declaration
public List<HotspotItem> hotspotItems { get; set; }
Property Value
| Type | Description | 
|---|---|
| List<HotspotItem> | The hotspots.  | 
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()