docs.unity.cn
    Show / Hide Table of Contents

    Enum NetworkPrefabOverride

    The method of NetworkPrefab override used to identify the source prefab

    Namespace: Unity.Netcode
    Syntax
    public enum NetworkPrefabOverride

    Fields

    Name Description Value
    None

    No oeverride is present


    0
    Prefab

    Override the prefab when the given SourcePrefabToOverride is requested


    1
    Hash

    Override the prefab when the given SourceHashToOverride is requested Used in situations where the server assets do not exist in client builds


    2
    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Friday, April 21, 2023
    Terms of use