docs.unity3d.com
    Show / Hide Table of Contents

    Struct NetworkPipelineStageId

    Identifier for a pipeline stage.

    Inherited Members
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Unity.Networking.Transport
    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
    Boolean
    Overrides
    ValueType.Equals(Object)

    Equals(NetworkPipelineStageId)

    Declaration
    public bool Equals(NetworkPipelineStageId other)
    Parameters
    Type Name Description
    NetworkPipelineStageId other
    Returns
    Type Description
    Boolean
    Implements
    IEquatable<T>.Equals(T)

    Get<T>()

    Get the stage ID for the given stage type.

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

    Stage ID for the given stage type.

    Type Parameters
    Name Description
    T

    Type of the INetworkPipelineStage.

    GetHashCode()

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

    Operators

    Equality(NetworkPipelineStageId, NetworkPipelineStageId)

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

    Inequality(NetworkPipelineStageId, NetworkPipelineStageId)

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