docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IStageObserverCollection

    Represents a container of IStageObserver that are used to determine which data to load on the stage instance.

    Namespace: Unity.Cloud.DataStreaming.Runtime
    Assembly: solution.dll
    Syntax
    public interface IStageObserverCollection

    Methods

    Add(IStageObserver)

    Adds an observer to the stage.

    Declaration
    void Add(IStageObserver observer)
    Parameters
    Type Name Description
    IStageObserver observer

    The observer to add.

    Exceptions
    Type Condition
    ArgumentException

    The observer is invalid.

    Remove(IStageObserver)

    Removes an observer from the stage.

    Declaration
    void Remove(IStageObserver observer)
    Parameters
    Type Name Description
    IStageObserver observer

    The observer to remove.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)