docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IStageObserver

    Implement this interface to compute a geometric error based on a given ObserverInputData.

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

    Methods

    GetErrorSpecification(ObserverInputData)

    Calculates the geometric error for a specific bounding box.

    Declaration
    float GetErrorSpecification(ObserverInputData data)
    Parameters
    Type Name Description
    ObserverInputData data

    Shape used to calculate the error specification.

    Returns
    Type Description
    float

    Value used to compare with the observer minimum allowed error. If the value is higher, the node represented by the given data will be expanded allowing a higher resolution to be loaded.

    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)