| 790 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BtnState ui_interact_volume_at(Bounds bounds, out Handed out_hand); |
| 791 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern void ui_text_at_16 (string text, TextAlign text_align, TextFit fit, Vec3 window_relative_pos, Vec2 size); |
| 792 | [return: MarshalAs(UnmanagedType.Bool)] |
| 793 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_button_at_16 (string text, Vec3 window_relative_pos, Vec2 size); |
| 794 | [return: MarshalAs(UnmanagedType.Bool)] |
| 795 | [DllImport(dll, CharSet = CharSet.Unicode, CallingConvention = call)] public static extern bool ui_button_img_16 (string text, IntPtr image, UIBtnLayout image_layout, Vec3 window_relative_pos, Vec2 size); |
| 796 | [return: MarshalAs(UnmanagedType.Bool)] |