docs.unity3d.com
    Show / Hide Table of Contents

    Class StagingSettings

    Class StagingSettings.

    Inheritance
    Object
    StagingSettings
    Namespace: UnityEngine.Industrial.Configuring.Staging
    Syntax
    [Serializable]
    public class StagingSettings

    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()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023