Struct GeometryPayload
This struct holds information about how to access the geometry payload of an instance.
Inherited Members
Namespace: Unity.Cloud.DataStreaming.Runtime
Assembly: Unity.Cloud.DataStreaming.Runtime.dll
Syntax
[Obsolete("Use Unity.Cloud.DataStreaming.Metadata.GeometryPayload instead.", false)]
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. |