We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb13d62 commit a1c2b2eCopy full SHA for a1c2b2e
Runtime/Behaviours/CursorVisbility.cs Runtime/Behaviours/CursorVisibility.csRuntime/Behaviours/CursorVisbility.cs renamed to Runtime/Behaviours/CursorVisibility.cs
@@ -7,7 +7,7 @@ namespace Zigurous.Architecture
7
/// </summary>
8
[AddComponentMenu("Zigurous/Utility/Cursor Visibility")]
9
[HelpURL("https://docs.zigurous.com/com.zigurous.architecture/api/Zigurous.Architecture/CursorVisibility")]
10
- public sealed class CursorVisbility : MonoBehaviour
+ public sealed class CursorVisibility : MonoBehaviour
11
{
12
[SerializeField]
13
[Tooltip("The visibility of the cursor when the script is enabled.")]
…ntime/Behaviours/CursorVisbility.cs.meta …time/Behaviours/CursorVisibility.cs.metaRuntime/Behaviours/CursorVisbility.cs.meta renamed to Runtime/Behaviours/CursorVisibility.cs.meta
0 commit comments