(Handed hand, IntPtr material)
| 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 |
no outgoing calls
no test coverage detected