docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct NetworkPipeline

    Identifier for a network pipeline obtained with CreatePipeline(params Type[]).

    Implements
    IEquatable<NetworkPipeline>
    Inherited Members
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Networking.Transport
    Assembly: Unity.Networking.Transport.dll
    Syntax
    public struct NetworkPipeline : IEquatable<NetworkPipeline>

    Properties

    Null

    The default pipeline. Acts as a no-op passthrough.

    Declaration
    public static NetworkPipeline Null { get; }
    Property Value
    Type Description
    NetworkPipeline

    Default pipeline used for sending.

    Methods

    Equals(object)

    Declaration
    public override bool Equals(object compare)
    Parameters
    Type Name Description
    object compare
    Returns
    Type Description
    bool
    Overrides
    ValueType.Equals(object)

    Equals(NetworkPipeline)

    Declaration
    public bool Equals(NetworkPipeline connection)
    Parameters
    Type Name Description
    NetworkPipeline connection
    Returns
    Type Description
    bool

    GetHashCode()

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

    Operators

    operator ==(NetworkPipeline, NetworkPipeline)

    Declaration
    public static bool operator ==(NetworkPipeline lhs, NetworkPipeline rhs)
    Parameters
    Type Name Description
    NetworkPipeline lhs
    NetworkPipeline rhs
    Returns
    Type Description
    bool

    operator !=(NetworkPipeline, NetworkPipeline)

    Declaration
    public static bool operator !=(NetworkPipeline lhs, NetworkPipeline rhs)
    Parameters
    Type Name Description
    NetworkPipeline lhs
    NetworkPipeline rhs
    Returns
    Type Description
    bool

    Implements

    IEquatable<T>
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)