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
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
/// Tries to connect to the SpatialOS Runtime and creates the worker responsible for the connection upon successfully connecting.
78
+
/// Tries to connect to the SpatialOS Runtime and creates the worker responsible for the connection upon successfully
79
+
/// connecting.
80
80
/// </summary>
81
-
/// <param name="connectionFuture">The <see cref="Future{T}"/> of the <see cref="Connection"/> object that we use to connect to the SpatialOS Runtime.</param>
81
+
/// <param name="connectionFuture">
82
+
/// The <see cref="Future{T}" /> of the <see cref="Connection" /> object that we use to
83
+
/// connect to the SpatialOS Runtime.
84
+
/// </param>
82
85
/// <param name="workerType">The type of the worker.</param>
83
86
/// <param name="logger">The logger used by this worker.</param>
84
87
/// <param name="origin">The origin of this worker in the local Unity space.</param>
85
-
/// <returns>A <see cref="Task{TResult}"/> to run this method asyncally and retrieve the created <see cref="Worker"/> object upon connecting successfully.</returns>
88
+
/// <returns>
89
+
/// A <see cref="Task{TResult}" /> to run this method asyncally and retrieve the created <see cref="Worker" />
/// <param name="logger">The logger used by this worker.</param>
118
128
/// <param name="origin">The origin of this worker in the local Unity space.</param>
119
-
/// <returns>A <see cref="Task{TResult}"/> to run this method asynchronously and retrieve the created <see cref="Worker"/> object upon connecting successfully.</returns>
129
+
/// <returns>
130
+
/// A <see cref="Task{TResult}" /> to run this method asynchronously and retrieve the created
131
+
/// <see cref="Worker" /> object upon connecting successfully.
/// <param name="logger">The logger used by this worker.</param>
138
161
/// <param name="origin">The origin of this worker in the local Unity space.</param>
139
-
/// <returns>A <see cref="Task{TResult}"/> to run this method asynchronously and retrieve the created <see cref="Worker"/> object upon connecting successfully.</returns>
162
+
/// <returns>
163
+
/// A <see cref="Task{TResult}" /> to run this method asynchronously and retrieve the created
164
+
/// <see cref="Worker" /> object upon connecting successfully.
/// <param name="logger">The logger used by this worker.</param>
169
204
/// <param name="origin">The origin of this worker in the local Unity space.</param>
170
-
/// <returns>A <see cref="Task{TResult}"/> to run this method asynchronously and retrieve the created <see cref="Worker"/> object upon connecting successfully.</returns>
205
+
/// <returns>
206
+
/// A <see cref="Task{TResult}" /> to run this method asynchronously and retrieve the created
207
+
/// <see cref="Worker" /> object upon connecting successfully.
0 commit comments