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 ce2ea7b commit e109c57Copy full SHA for e109c57
Packages/com.unity.inputsystem/InputSystem/Controls/ButtonControl.cs
@@ -73,6 +73,7 @@ public class ButtonControl : AxisControl
73
/// <remarks>
74
/// The default format for the button control is <see cref="InputStateBlock.FormatBit"/>.
75
/// The button control's minimum value is set to 0 and the maximum value to 1.
76
+ /// </remarks>
77
/// <example>
78
/// <code>
79
/// using UnityEngine;
@@ -89,7 +90,6 @@ public class ButtonControl : AxisControl
89
90
/// }
91
/// </code>
92
/// </example>
- /// </remarks>
93
/// <seealso cref="AxisControl"/>
94
public ButtonControl()
95
{
0 commit comments