/// <summary>Sets whether or not StereoKit should render the hand for /// you. Turn this to false if you're going to render your own, or /// don't need the hand itself to be visible.</summary> /// <param name="hand">If Handed.Max, this will set the value for /// both hands.</param> /// <param name="visible">True, StereoKit renders this. False, it /// doesn't.</param> public static void HandVisible(Handed hand, bool visible) => NativeAPI.input_hand_visible(hand, visible);