Interface IModelStream
Represents a stream of a specific model instance on the IStage.
Assembly: Unity.Cloud.DataStreaming.Runtime.dll
Syntax
public interface IModelStream
Properties
Id
Declaration
ModelStreamId Id { get; }
Property Value
Returns an object to manipulate the model transform.
Declaration
ITransformValuesAccessor Transform { get; }
Property Value
Visibility
Returns an object to manipulate the model visibility.
Declaration
IModelVisibilityAccessor Visibility { get; }
Property Value
Methods
LoadGeometryAsync(GeometryPayload, CancellationToken)
Declaration
Task<GeometryObject> LoadGeometryAsync(GeometryPayload geometryPayload, CancellationToken cancellationToken)
Parameters
Returns