MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / input_hand_visible

Method input_hand_visible

StereoKit/Native/NativeAPI.cs:585–585  ·  view source on GitHub ↗
(Handed hand, [MarshalAs(UnmanagedType.Bool)] bool visible)

Source from the content-addressed store, hash-verified

583 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_text_reset ();
584 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_text_inject_char(uint character);
585 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_hand_visible (Handed hand, [MarshalAs(UnmanagedType.Bool)] bool visible);
586 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_hand_solid (Handed hand, [MarshalAs(UnmanagedType.Bool)] bool solid);
587 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void input_hand_material(Handed hand, IntPtr material);
588

Callers 2

HandClass · 0.80
HandVisibleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected