Struct InstanceGeometricErrorState
Transmit information related to an InstanceId via UpdateAsync(ModelStreamId, IEnumerable<InstanceGeometricErrorState>)
Inherited Members
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 |