docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct NetworkPipelineStageId

    Identifier for a pipeline stage.

    Implements
    IEquatable<NetworkPipelineStageId>
    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 NetworkPipelineStageId : IEquatable<NetworkPipelineStageId>

    Methods

    Equals(object)

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

    Equals(NetworkPipelineStageId)

    Declaration
    public bool Equals(NetworkPipelineStageId other)
    Parameters
    Type Name Description
    NetworkPipelineStageId other
    Returns
    Type Description
    bool

    GetHashCode()

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

    Get<T>()

    Get the stage ID for the given stage type.

    Declaration
    public static NetworkPipelineStageId Get<T>() where T : unmanaged, INetworkPipelineStage
    Returns
    Type Description
    NetworkPipelineStageId

    Stage ID for the given stage type.

    Type Parameters
    Name Description
    T

    Type of the INetworkPipelineStage.

    Operators

    operator ==(NetworkPipelineStageId, NetworkPipelineStageId)

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

    operator !=(NetworkPipelineStageId, NetworkPipelineStageId)

    Declaration
    public static bool operator !=(NetworkPipelineStageId lhs, NetworkPipelineStageId rhs)
    Parameters
    Type Name Description
    NetworkPipelineStageId lhs
    NetworkPipelineStageId 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)