docs.unity3d.com
    Show / Hide Table of Contents

    Class StagingSceneAnalyticsEvent

    Event used for scene staging changes

    Inheritance
    Object
    AnalyticsEngineEvent
    StagingSceneAnalyticsEvent
    Inherited Members
    AnalyticsEngineEvent.EventName
    Namespace: UnityEngine.Industrial.Configuring.Providers
    Syntax
    public class StagingSceneAnalyticsEvent : AnalyticsEngineEvent

    Constructors

    StagingSceneAnalyticsEvent(String, Scene, Scene, Single)

    Initializes a new instance of the StagingSceneAnalyticsEvent class.

    Declaration
    public StagingSceneAnalyticsEvent(string eventName, Scene oldScene, Scene newScene, float activeTime)
    Parameters
    Type Name Description
    String eventName

    Name of the event.

    Scene oldScene

    The old scene.

    Scene newScene

    The new scene.

    Single activeTime

    The active time.

    Properties

    NewScene

    Creates new scene.

    Declaration
    public Scene NewScene { get; }
    Property Value
    Type Description
    Scene

    The new scene.

    OldScene

    Gets the old scene.

    Declaration
    public Scene OldScene { get; }
    Property Value
    Type Description
    Scene

    The old scene.

    SceneName

    Gets the name of the scene.

    Declaration
    public string SceneName { get; }
    Property Value
    Type Description
    String

    The name of the scene.

    Time

    Gets the time.

    Declaration
    public float Time { get; }
    Property Value
    Type Description
    Single

    The time.

    Methods

    GetEventData()

    Gets the event data.

    Declaration
    public override IDictionary<string, object> GetEventData()
    Returns
    Type Description
    IDictionary<String, Object>

    IDictionary<System.String, System.Object>.

    Overrides
    AnalyticsEngineEvent.GetEventData()
    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