Struct StreamKey
Namespace: UnityEngine.Reflect.Pipeline
Syntax
public struct StreamKey
Constructors
StreamKey(String, PersistentKey)
Declaration
public StreamKey(string sourceId, PersistentKey key)
Parameters
Type | Name | Description |
---|---|---|
String | sourceId | |
PersistentKey | key |
Fields
key
Declaration
public readonly PersistentKey key
Field Value
Type | Description |
---|---|
PersistentKey |
source
Declaration
public readonly string source
Field Value
Type | Description |
---|---|
String |