docs.unity.cn
    Show / Hide Table of Contents

    Delegate NetworkObject.VisibilityDelegate

    Delegate type for checking visibility

    Namespace: Unity.Netcode
    Syntax
    public delegate bool VisibilityDelegate(ulong clientId);
    Parameters
    Type Name Description
    UInt64 clientId

    The clientId to check visibility for

    Returns
    Type Description
    Boolean
    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Friday, April 21, 2023
    Terms of use