Struct StreamInstance
Syntax
public struct StreamInstance : IStream
Constructors
StreamInstance(StreamKey, SyncObjectInstance, SyncBoundingBox)
Declaration
public StreamInstance(StreamKey key, SyncObjectInstance instance, SyncBoundingBox boundingBox)
Parameters
| Type |
Name |
Description |
| StreamKey |
key |
|
| SyncObjectInstance |
instance |
|
| SyncBoundingBox |
boundingBox |
|
Fields
boundingBox
Declaration
public readonly SyncBoundingBox boundingBox
Field Value
| Type |
Description |
| SyncBoundingBox |
|
instance
Declaration
public readonly SyncObjectInstance instance
Field Value
| Type |
Description |
| SyncObjectInstance |
|
key
Declaration
public readonly StreamKey key
Field Value