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 45c742f commit 0f60b07Copy full SHA for 0f60b07
org.mixedrealitytoolkit.input/Visualizers/HandMeshVisualizer.cs
@@ -78,7 +78,7 @@ public XRInputButtonReader SelectInput
78
/// </summary>
79
/// <seealso cref="XRInputButtonReader.EnableDirectActionIfModeUsed"/>
80
/// <seealso cref="XRInputButtonReader.DisableDirectActionIfModeUsed"/>
81
- protected List<XRInputButtonReader> buttonReaders { get; } = new List<XRInputButtonReader>();
+ private readonly List<XRInputButtonReader> buttonReaders = new List<XRInputButtonReader>();
82
83
/// <summary>
84
/// Whether this visualizer currently has a loaded and visible hand mesh or not.
0 commit comments