mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
fixed comments
This commit is contained in:
parent
d6441e8772
commit
345da764b9
@ -313,7 +313,7 @@ public static bool SendToAll<T>(T msg, int channelId = Channels.DefaultReliable)
|
||||
|
||||
/// <summary>
|
||||
/// Send a message to only clients which are ready with option to include the owner of the object identity.
|
||||
/// <para>See <see cref="ClientScene.ready"/></para>
|
||||
/// <para>See <see cref="NetworkConnection.isReady"/></para>
|
||||
/// </summary>
|
||||
/// <typeparam name="T">Message type.</typeparam>
|
||||
/// <param name="identity">Identity of the owner</param>
|
||||
@ -372,7 +372,7 @@ public static bool SendToReady<T>(NetworkIdentity identity, T msg, bool includeO
|
||||
|
||||
/// <summary>
|
||||
/// Send a message to only clients which are ready including the owner of the object identity.
|
||||
/// <para>See <see cref="ClientScene.ready"/></para>
|
||||
/// <para>See <see cref="NetworkConnection.isReady"/></para>
|
||||
/// </summary>
|
||||
/// <typeparam name="T">Message type</typeparam>
|
||||
/// <param name="identity"></param>
|
||||
|
Loading…
Reference in New Issue
Block a user