Struct ObserverInputData
Values given to the implemented GetErrorSpecification(ObserverInputData) allowing to calculate the geometric error relative to the IStageObserver.
Inherited Members
Namespace: Unity.Cloud.DataStreaming.Runtime
Assembly: Unity.Cloud.DataStreaming.Runtime.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 readonly DoubleBounds Bounds { get; }
Property Value
Type | Description |
---|---|
DoubleBounds |