Class PerformGraph.AssetStream
Namespace: UnityEngine.AssetGraph
Syntax
public class AssetStream
Constructors
AssetStream(ConnectionData, PerformGraph.Node, PerformGraph.Node, AssetReferenceStreamManager)
Declaration
public AssetStream(ConnectionData c, PerformGraph.Node f, PerformGraph.Node t, AssetReferenceStreamManager m)
Parameters
Type | Name | Description |
---|---|---|
ConnectionData | c | |
PerformGraph.Node | f | |
PerformGraph.Node | t | |
AssetReferenceStreamManager | m |
Fields
assetGroups
Declaration
public Dictionary<string, List<AssetReference>> assetGroups
Field Value
Type | Description |
---|---|
Dictionary<String, List<AssetReference>> |
connection
Declaration
public ConnectionData connection
Field Value
Type | Description |
---|---|
ConnectionData |
nodeFrom
Declaration
public PerformGraph.Node nodeFrom
Field Value
Type | Description |
---|---|
PerformGraph.Node |
nodeTo
Declaration
public PerformGraph.Node nodeTo
Field Value
Type | Description |
---|---|
PerformGraph.Node |
Properties
IsStreamAssetRequireUpdate
Declaration
public bool IsStreamAssetRequireUpdate { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
AddNewOutput(Dictionary<String, List<AssetReference>>)
Declaration
public void AddNewOutput(Dictionary<string, List<AssetReference>> o)
Parameters
Type | Name | Description |
---|---|---|
Dictionary<String, List<AssetReference>> | o |
Equals(Object)
Declaration
public override bool Equals(object rhs)
Parameters
Type | Name | Description |
---|---|---|
Object | rhs |
Returns
Type | Description |
---|---|
Boolean |
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 |
Overrides
UpdateAssetGroup(AssetReferenceStreamManager)
Declaration
public void UpdateAssetGroup(AssetReferenceStreamManager m)
Parameters
Type | Name | Description |
---|---|---|
AssetReferenceStreamManager | m |
Operators
Equality(PerformGraph.AssetStream, PerformGraph.AssetStream)
Declaration
public static bool operator ==(PerformGraph.AssetStream lhs, PerformGraph.AssetStream rhs)
Parameters
Type | Name | Description |
---|---|---|
PerformGraph.AssetStream | lhs | |
PerformGraph.AssetStream | rhs |
Returns
Type | Description |
---|---|
Boolean |
Inequality(PerformGraph.AssetStream, PerformGraph.AssetStream)
Declaration
public static bool operator !=(PerformGraph.AssetStream lhs, PerformGraph.AssetStream rhs)
Parameters
Type | Name | Description |
---|---|---|
PerformGraph.AssetStream | lhs | |
PerformGraph.AssetStream | rhs |
Returns
Type | Description |
---|---|
Boolean |