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

Method input_hand_material

StereoKit/Native/NativeAPI.cs:587–587  ·  view source on GitHub ↗
(Handed hand, IntPtr material)

Source from the content-addressed store, hash-verified

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
589 ///////////////////////////////////////////
590

Callers 2

HandClass · 0.80
HandMaterialMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected