docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate NetworkIdentity.ClientAuthorityCallback

    The delegate type for the clientAuthorityCallback.

    Namespace: UnityEngine.Networking
    Assembly: com.unity.multiplayer-hlapi.Runtime.dll
    Syntax
    public delegate void NetworkIdentity.ClientAuthorityCallback(NetworkConnection conn, NetworkIdentity uv, bool authorityState)
    Parameters
    Type Name Description
    NetworkConnection conn

    The network connection that is gaining or losing authority.

    NetworkIdentity uv

    The object whose client authority status is being changed.

    bool authorityState

    The new state of client authority of the object for the connection.

    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)