docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct GeometryPayload

    This struct holds information about how to access the geometry payload of an instance.

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

    Constructors

    GeometryPayload(string, long, long)

    Container for a slice of a file located at a given uri.

    Declaration
    public GeometryPayload(string uri, long offset, long length)
    Parameters
    Type Name Description
    string uri

    The uri where the payload is located.

    long offset

    The byte location of the slice within the payload.

    long length

    The number of bytes in the slice within the payload.

    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)