Delegate SpawnDelegate | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Delegate SpawnDelegate

    Namespace: UnityEngine.Networking
    Syntax
    public delegate GameObject SpawnDelegate(Vector3 position, NetworkHash128 assetId);
    Parameters
    Type Name Description
    Vector3 position
    NetworkHash128 assetId
    Returns
    Type Description
    GameObject
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX