docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class NetworkPipelineParametersExtensions

    Inheritance
    object
    NetworkPipelineParametersExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Networking.Transport
    Assembly: Unity.Networking.Transport.dll
    Syntax
    public static class NetworkPipelineParametersExtensions

    Methods

    GetPipelineParameters(ref NetworkSettings)

    Gets the NetworkPipelineParams

    Declaration
    public static NetworkPipelineParams GetPipelineParameters(this ref NetworkSettings settings)
    Parameters
    Type Name Description
    NetworkSettings settings

    NetworkSettings to get parameters from.

    Returns
    Type Description
    NetworkPipelineParams

    Returns the NetworkPipelineParams values for the NetworkSettings

    WithPipelineParameters(ref NetworkSettings, int)

    Sets the NetworkPipelineParams values for the NetworkSettings

    Declaration
    [Obsolete("Will be removed in Unity Transport 2.0.")]
    public static ref NetworkSettings WithPipelineParameters(this ref NetworkSettings settings, int initialCapacity = 0)
    Parameters
    Type Name Description
    NetworkSettings settings

    NetworkSettings to modify.

    int initialCapacity

    initialCapacity

    Returns
    Type Description
    NetworkSettings

    Modified NetworkSettings.

    In This Article
    Back to top
    Copyright © 2025 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)