Struct StreamAsset
Syntax
public struct StreamAsset : IStream
Constructors
StreamAsset(String, PersistentKey, String, SyncBoundingBox)
Declaration
public StreamAsset(string sourceId, PersistentKey key, string hash, SyncBoundingBox boundingBox)
Parameters
| Type |
Name |
Description |
| String |
sourceId |
|
| PersistentKey |
key |
|
| String |
hash |
|
| SyncBoundingBox |
boundingBox |
|
Fields
boundingBox
Declaration
public readonly SyncBoundingBox boundingBox
Field Value
| Type |
Description |
| SyncBoundingBox |
|
hash
Declaration
public readonly string hash
Field Value
key
Declaration
public readonly StreamKey key
Field Value