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: Unity.Networking.Transport.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 © 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)