File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Packages/com.unity.inputsystem/InputSystem/Devices Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,7 @@ public class Sensor : InputDevice
100
100
/// Note that when setting sampling frequencies, there may be limits on the range of frequencies
101
101
/// supported by the underlying hardware/platform.
102
102
///
103
- /// To support querying sampling frequencies, a sensor device must implement <see cref="QuerySamplingFrequencyCommand"/>.
104
- /// To support setting frequencies, it must implemenet <see cref="SetSamplingFrequencyCommand"/>.
103
+ /// To support setting frequencies, it must implement <see cref="SetSamplingFrequencyCommand"/>.
105
104
/// </remarks>
106
105
/// <exception cref="NotSupportedException">Thrown when reading the property and the underlying
107
106
/// sensor does not support querying of sampling frequencies.</exception>
You can’t perform that action at this time.
0 commit comments