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 574ebf5 commit 34cfaf6Copy full SHA for 34cfaf6
Packages/com.unity.inputsystem/InputSystem/Controls/InputControl.cs
@@ -307,11 +307,8 @@ public string path
307
new ReadOnlyArray<InternedString>(m_Device.m_AliasesForEachControl, m_AliasStartIndex, m_AliasCount);
308
309
/// <summary>
310
- /// Information about where the control stores its state.
311
- /// </summary>
312
- /// <value>
313
/// Information about where the control stores its state, such as format, offset and size.
314
- /// </value>
+ /// </summary>
315
public InputStateBlock stateBlock => m_StateBlock;
316
317
0 commit comments