docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ObserverInputData

    Values given to the implemented GetErrorSpecification(ObserverInputData) allowing to calculate the geometric error relative to the IStageObserver.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Unity.Cloud.DataStreaming.Runtime
    Assembly: solution.dll
    Syntax
    public struct ObserverInputData

    Constructors

    ObserverInputData(DoubleBounds)

    Default constructor.

    Declaration
    public ObserverInputData(DoubleBounds bounds)
    Parameters
    Type Name Description
    DoubleBounds bounds

    Spatial limits of the Mesh allowing to calculate if the geometry should be loaded.

    ObserverInputData(Bounds)

    Default constructor.

    Declaration
    public ObserverInputData(Bounds bounds)
    Parameters
    Type Name Description
    Bounds bounds

    Spatial limits of the Mesh allowing to calculate if the geometry should be loaded.

    Properties

    Bounds

    Spatial limits of the Mesh allowing to calculate if the geometry should be loaded.

    Declaration
    public DoubleBounds Bounds { get; }
    Property Value
    Type Description
    DoubleBounds
    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)