Interface IModelStream
Represents a stream of a specific model instance on the IStage.
Namespace: Unity.Cloud.DataStreaming.Runtime
Assembly: solution.dll
Syntax
public interface IModelStream
Properties
Id
The unique identifier to this IModelStream instance.
Declaration
ModelStreamId Id { get; }
Property Value
Type | Description |
---|---|
ModelStreamId |
Transform
Returns an object to manipulate the model transform.
Declaration
ITransformValuesAccessor Transform { get; }
Property Value
Type | Description |
---|---|
ITransformValuesAccessor |