We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30dd3c1 commit adf674cCopy full SHA for adf674c
Runtime/UiService.cs
@@ -25,8 +25,12 @@ public UiService(IUiAssetLoader assetLoader)
25
}
26
27
/// <summary>
28
- /// Initialize the service with the proper <paramref name="configs"/>
+ /// Initialize the service with <paramref name="configs"/> that define the game's UI
29
/// </summary>
30
+ /// <remarks>
31
+ /// To help configure the game's UI you need to create a UiConfigs Scriptable object by:
32
+ /// - Right Click on the Project View > Create > ScriptableObjects > Configs > UiConfigs
33
+ /// </remarks>
34
/// <exception cref="ArgumentException">
35
/// Thrown if any of the <see cref="UiConfig"/> in the given <paramref name="configs"/> is duplicated
36
/// </exception>
0 commit comments