File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Packages/com.unity.inputsystem/InputSystem/Actions Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2186,6 +2186,9 @@ public unsafe void ReadValue(void* buffer, int bufferSize)
21862186 /// <seealso cref="InputAction.ReadValue{TValue}"/>
21872187 /// <seealso cref="ReadValue(void*,int)"/>
21882188 /// <seealso cref="ReadValueAsObject"/>
2189+ /// <remarks>
2190+ /// The following example shows how to read the current value of a specific type:
2191+ ///
21892192 /// <example>
21902193 /// <code>
21912194 /// using UnityEngine;
@@ -2220,6 +2223,7 @@ public unsafe void ReadValue(void* buffer, int bufferSize)
22202223 /// }
22212224 /// </code>
22222225 /// </example>
2226+ /// </remarks>
22232227 public TValue ReadValue < TValue > ( )
22242228 where TValue : struct
22252229 {
You can’t perform that action at this time.
0 commit comments