docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum NetworkPipelineStage.Requests

    Requests that a pipeline stage can make in their send and receive methods.

    Namespace: Unity.Networking.Transport
    Assembly: solution.dll
    Syntax
    [Flags]
    public enum NetworkPipelineStage.Requests

    Fields

    Name Description
    Error

    Request to raise an error.

    None

    No request. Default value.

    Resume

    Request to run the receive/send method immediately again.

    SendUpdate

    Request to run the send method on the next update.

    Update

    Request to run the receive method on the next update.

    In This Article
    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