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

Method ui_stack_hash_16

StereoKit/Native/NativeAPI.cs:755–755  ·  view source on GitHub ↗
(string str)

Source from the content-addressed store, hash-verified

753 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern ulong ui_push_idi (int id);
754 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_pop_id ();
755 [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern ulong ui_stack_hash_16(string str);
756
757 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void ui_layout_area (Vec3 start, Vec2 dimensions, [MarshalAs(UnmanagedType.Bool)] bool add_margin);
758 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern Vec2 ui_layout_remaining();

Callers 2

StackHashMethod · 0.80
ButtonBehaviorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected