Class PerformGraph.AssetStream | Asset Graph | 1.6.0-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class PerformGraph.AssetStream

    Inheritance
    Object
    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
    Object.Equals(Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()

    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
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023