docs.unity3d.com
    Show / Hide Table of Contents

    Class DataSourceProvider<T>

    Inheritance
    Object
    DataSourceProvider<T>
    Namespace: UnityEngine.Reflect.Pipeline
    Syntax
    public static class DataSourceProvider<T>
    Type Parameters
    Name Description
    T

    Methods

    AddListener(Action<Dictionary<StreamKey, IDataInstance>>)

    Declaration
    public static void AddListener(Action<Dictionary<StreamKey, IDataInstance>> action)
    Parameters
    Type Name Description
    Action<Dictionary<StreamKey, IDataInstance>> action

    Remove(StreamKey)

    Declaration
    public static void Remove(StreamKey streamKey)
    Parameters
    Type Name Description
    StreamKey streamKey

    RemoveListener(Action<Dictionary<StreamKey, IDataInstance>>)

    Declaration
    public static void RemoveListener(Action<Dictionary<StreamKey, IDataInstance>> action)
    Parameters
    Type Name Description
    Action<Dictionary<StreamKey, IDataInstance>> action

    Update(StreamKey, IDataInstance)

    Declaration
    public static void Update(StreamKey streamKey, IDataInstance dataInstance)
    Parameters
    Type Name Description
    StreamKey streamKey
    IDataInstance dataInstance
    Back to top
    Terms of use
    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