You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <para>Signature of spawn functions that are passed to NetworkClient.RegisterSpawnFunction(). This is optional, as in most cases RegisterPrefab will be used instead.</para>
/// </summary>
/// <param name="position"></param>
/// <param name="assetId"></param>
public delegate GameObject SpawnDelegate(Vector3 position, NetworkHash128 assetId);