Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public class SceneEvent

/// <summary>
/// Main class for managing network scenes when <see cref="NetworkConfig.EnableSceneManagement"/> is enabled.
/// Uses the <see cref="SceneEventMessage"/> message to communicate <see cref="SceneEventData"/> between the server and client(s)
/// Uses the <c>SceneEventMessage</c> message to communicate <c>SceneEventData</c> between the server and client(s)
/// </summary>
[Serializable]
public class NetworkSceneManager : IDisposable
Expand All @@ -162,8 +162,7 @@ public class NetworkSceneManager : IDisposable
/// <summary>
/// The delegate callback definition for scene event notifications.<br />
/// See also: <br />
/// <see cref="SceneEvent"/><br />
/// <see cref="SceneEventData"/>
/// <see cref="SceneEvent"/>
/// </summary>
/// <param name="sceneEvent">SceneEvent which contains information about the scene event, including type, progress, and scene details</param>
public delegate void SceneEventDelegate(SceneEvent sceneEvent);
Expand Down