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
Copy file name to clipboardExpand all lines: Runtime/MonkeyConfig.cs
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ public class MonkeyConfig
57
57
/// <summary>
58
58
/// Show Gizmos on <c>GameView</c> during running monkey test if true
59
59
/// </summary>
60
+
[Obsolete("Use GizmosShowOnGameViewAttribute or GameViewControlHelper.SetGizmos instead.")]
60
61
publicboolGizmos{get;set;}
61
62
62
63
/// <summary>
@@ -94,7 +95,9 @@ public class MonkeyConfig
94
95
95
96
/// <summary>
96
97
/// Operators that the monkey invokes.
97
-
/// <c>logger</c> and <c>screenshotOptions</c> will be overridden at runtime by the same name properties in this <c>MonkeyConfig</c> instance.
98
+
/// <p/>
99
+
/// <c>logger</c>, <c>screenshotOptions</c>, <c>GetScreenPoint</c>, and <c>ReachableStrategy</c> will be overridden at runtime by the same name properties in this <c>MonkeyConfig</c> instance.
100
+
/// And <c>Random</c> will also be overridden at runtime by a forked instance from the <c>Random</c> property in this <c>MonkeyConfig</c> instance.
/// <param name="raycastResult"><c>RaycastResult</c> includes the screen position of the starting operation. Passing <c>default</c> may be OK, depending on the game-title implementation.</param>
30
-
/// <param name="logger">Verbose logger set if you need</param>
30
+
/// <param name="logger">Logger that outputs messages when something is irregular.</param>
/// <param name="raycastResult"><c>RaycastResult</c> includes the screen position of the starting operation. Passing <c>default</c> may be OK, depending on the game-title implementation.</param>
34
-
/// <param name="logger">Verbose logger set if you need</param>
34
+
/// <param name="logger">Logger that outputs messages when something is irregular.</param>
0 commit comments