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

Method ui_hspace

StereoKit/Native/NativeAPI.cs:778–778  ·  view source on GitHub ↗
(float horizontal_space)

Source from the content-addressed store, hash-verified

776 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_space (float space);
777 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_vspace (float vertical_space);
778 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_hspace (float horizontal_space);
779
780 [return: MarshalAs(UnmanagedType.Bool)]
781 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool ui_is_interacting (Handed hand);

Callers 1

HSpaceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected