docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct InstanceGeometricErrorState

    Transmit information related to an InstanceId via UpdateAsync(ModelStreamId, IEnumerable<InstanceGeometricErrorState>)

    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 readonly struct InstanceGeometricErrorState

    Properties

    GeometricError

    The error, in meters, introduced if this object is rendered and its children are not. At runtime, the geometric error is used to compute screen space error (SSE), i.e., the error measured in pixels.

    Declaration
    public float GeometricError { get; }
    Property Value
    Type Description
    float

    InstanceId

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