Interface IOutput<T> | Unity Reflect | 1.3.0-preview.104
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IOutput<T>

    Inherited Members
    IOutput.id
    Namespace: UnityEngine.Reflect.Pipeline
    Syntax
    public interface IOutput<T> : IOutput
    Type Parameters
    Name Description
    T

    Methods

    SendBegin()

    Declaration
    void SendBegin()

    SendEnd()

    Declaration
    void SendEnd()

    SendStreamAdded(T)

    Declaration
    void SendStreamAdded(T stream)
    Parameters
    Type Name Description
    T stream

    SendStreamChanged(T)

    Declaration
    void SendStreamChanged(T stream)
    Parameters
    Type Name Description
    T stream

    SendStreamEvent(T, StreamEvent)

    Declaration
    void SendStreamEvent(T stream, StreamEvent eventType)
    Parameters
    Type Name Description
    T stream
    StreamEvent eventType

    SendStreamRemoved(T)

    Declaration
    void SendStreamRemoved(T stream)
    Parameters
    Type Name Description
    T stream
    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