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

    Class Input<T>

    Inheritance
    Object
    Input<T>
    DataInput<T>
    Namespace: UnityEngine.Reflect.Pipeline
    Syntax
    [Serializable]
    public abstract class Input<T> : IInput
    Type Parameters
    Name Description
    T

    Fields

    streamBegin

    Declaration
    public Action streamBegin
    Field Value
    Type Description
    Action

    streamEnd

    Declaration
    public Action streamEnd
    Field Value
    Type Description
    Action

    streamEvent

    Declaration
    public Action<T, StreamEvent> streamEvent
    Field Value
    Type Description
    Action<T, StreamEvent>

    Properties

    id

    Declaration
    public string id { get; }
    Property Value
    Type Description
    String

    Methods

    OnStreamBegin()

    Declaration
    public void OnStreamBegin()

    OnStreamEnd()

    Declaration
    public void OnStreamEnd()

    OnStreamEvent(Object, StreamEvent)

    Declaration
    public void OnStreamEvent(object stream, StreamEvent eventType)
    Parameters
    Type Name Description
    Object stream
    StreamEvent eventType
    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