Class ImGuiNative
Assembly: ImGui.NET.dll
View Source
Declaration
public static class ImGuiNative
Methods
igAcceptDragDropPayload(byte*, ImGuiDragDropFlags)
Declaration
public static extern ImGuiPayload* igAcceptDragDropPayload(byte* type, ImGuiDragDropFlags flags)
Returns
ImGuiNET.ImGuiPayload*
Parameters
Type | Name |
---|---|
System.Byte* | type |
ImGuiNET.ImGuiDragDropFlags | flags |
igAlignTextToFramePadding()
Declaration
public static extern void igAlignTextToFramePadding()
igArrowButton(byte*, ImGuiDir)
Declaration
public static extern byte igArrowButton(byte* str_id, ImGuiDir dir)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | str_id |
ImGuiNET.ImGuiDir | dir |
igBegin(byte*, byte*, ImGuiWindowFlags)
Declaration
public static extern byte igBegin(byte* name, byte* p_open, ImGuiWindowFlags flags)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | name |
System.Byte* | p_open |
ImGuiNET.ImGuiWindowFlags | flags |
igBeginChild_Str(byte*, Vector2, byte, ImGuiWindowFlags)
Declaration
public static extern byte igBeginChild_Str(byte* str_id, Vector2 size, byte border, ImGuiWindowFlags flags)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | str_id |
System.Numerics.Vector2 | size |
System.Byte | border |
ImGuiNET.ImGuiWindowFlags | flags |
igBeginChild_ID(uint, Vector2, byte, ImGuiWindowFlags)
Declaration
public static extern byte igBeginChild_ID(uint id, Vector2 size, byte border, ImGuiWindowFlags flags)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.UInt32 | id |
System.Numerics.Vector2 | size |
System.Byte | border |
ImGuiNET.ImGuiWindowFlags | flags |
igBeginChildFrame(uint, Vector2, ImGuiWindowFlags)
Declaration
public static extern byte igBeginChildFrame(uint id, Vector2 size, ImGuiWindowFlags flags)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.UInt32 | id |
System.Numerics.Vector2 | size |
ImGuiNET.ImGuiWindowFlags | flags |
igBeginCombo(byte*, byte*, ImGuiComboFlags)
Declaration
public static extern byte igBeginCombo(byte* label, byte* preview_value, ImGuiComboFlags flags)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | label |
System.Byte* | preview_value |
ImGuiNET.ImGuiComboFlags | flags |
igBeginDisabled(byte)
Declaration
public static extern void igBeginDisabled(byte disabled)
Parameters
Type | Name |
---|---|
System.Byte | disabled |
igBeginDragDropSource(ImGuiDragDropFlags)
Declaration
public static extern byte igBeginDragDropSource(ImGuiDragDropFlags flags)
Returns
System.Byte
Parameters
Type | Name |
---|---|
ImGuiNET.ImGuiDragDropFlags | flags |
igBeginDragDropTarget()
Declaration
public static extern byte igBeginDragDropTarget()
Returns
System.Byte
igBeginGroup()
Declaration
public static extern void igBeginGroup()
igBeginListBox(byte*, Vector2)
Declaration
public static extern byte igBeginListBox(byte* label, Vector2 size)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | label |
System.Numerics.Vector2 | size |
igBeginMainMenuBar()
Declaration
public static extern byte igBeginMainMenuBar()
Returns
System.Byte
igBeginMenu(byte*, byte)
Declaration
public static extern byte igBeginMenu(byte* label, byte enabled)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | label |
System.Byte | enabled |
igBeginMenuBar()
Declaration
public static extern byte igBeginMenuBar()
Returns
System.Byte
igBeginPopup(byte*, ImGuiWindowFlags)
Declaration
public static extern byte igBeginPopup(byte* str_id, ImGuiWindowFlags flags)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | str_id |
ImGuiNET.ImGuiWindowFlags | flags |
igBeginPopupContextItem(byte*, ImGuiPopupFlags)
Declaration
public static extern byte igBeginPopupContextItem(byte* str_id, ImGuiPopupFlags popup_flags)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | str_id |
ImGuiNET.ImGuiPopupFlags | popup_flags |
igBeginPopupContextVoid(byte*, ImGuiPopupFlags)
Declaration
public static extern byte igBeginPopupContextVoid(byte* str_id, ImGuiPopupFlags popup_flags)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | str_id |
ImGuiNET.ImGuiPopupFlags | popup_flags |
igBeginPopupContextWindow(byte*, ImGuiPopupFlags)
Declaration
public static extern byte igBeginPopupContextWindow(byte* str_id, ImGuiPopupFlags popup_flags)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | str_id |
ImGuiNET.ImGuiPopupFlags | popup_flags |
igBeginPopupModal(byte*, byte*, ImGuiWindowFlags)
Declaration
public static extern byte igBeginPopupModal(byte* name, byte* p_open, ImGuiWindowFlags flags)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | name |
System.Byte* | p_open |
ImGuiNET.ImGuiWindowFlags | flags |
igBeginTabBar(byte*, ImGuiTabBarFlags)
Declaration
public static extern byte igBeginTabBar(byte* str_id, ImGuiTabBarFlags flags)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | str_id |
ImGuiNET.ImGuiTabBarFlags | flags |
igBeginTabItem(byte*, byte*, ImGuiTabItemFlags)
Declaration
public static extern byte igBeginTabItem(byte* label, byte* p_open, ImGuiTabItemFlags flags)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | label |
System.Byte* | p_open |
ImGuiNET.ImGuiTabItemFlags | flags |
igBeginTable(byte*, int, ImGuiTableFlags, Vector2, float)
Declaration
public static extern byte igBeginTable(byte* str_id, int column, ImGuiTableFlags flags, Vector2 outer_size, float inner_width)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | str_id |
System.Int32 | column |
ImGuiNET.ImGuiTableFlags | flags |
System.Numerics.Vector2 | outer_size |
System.Single | inner_width |
igBeginTooltip()
Declaration
public static extern void igBeginTooltip()
igBullet()
Declaration
public static extern void igBullet()
igBulletText(byte*)
Declaration
public static extern void igBulletText(byte* fmt)
Parameters
Type | Name |
---|---|
System.Byte* | fmt |
igButton(byte*, Vector2)
Declaration
public static extern byte igButton(byte* label, Vector2 size)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | label |
System.Numerics.Vector2 | size |
igCalcItemWidth()
Declaration
public static extern float igCalcItemWidth()
Returns
System.Single
igCalcTextSize(Vector2*, byte*, byte*, byte, float)
Declaration
public static extern void igCalcTextSize(Vector2* pOut, byte* text, byte* text_end, byte hide_text_after_double_hash, float wrap_width)
Parameters
Type | Name |
---|---|
System.Numerics.Vector2* | pOut |
System.Byte* | text |
System.Byte* | text_end |
System.Byte | hide_text_after_double_hash |
System.Single | wrap_width |
igCheckbox(byte*, byte*)
Declaration
public static extern byte igCheckbox(byte* label, byte* v)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | label |
System.Byte* | v |
igCheckboxFlags_IntPtr(byte*, int*, int)
Declaration
public static extern byte igCheckboxFlags_IntPtr(byte* label, int* flags, int flags_value)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | label |
System.Int32* | flags |
System.Int32 | flags_value |
igCheckboxFlags_UintPtr(byte*, uint*, uint)
Declaration
public static extern byte igCheckboxFlags_UintPtr(byte* label, uint* flags, uint flags_value)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | label |
System.UInt32* | flags |
System.UInt32 | flags_value |
igCloseCurrentPopup()
Declaration
public static extern void igCloseCurrentPopup()
igCollapsingHeader_TreeNodeFlags(byte*, ImGuiTreeNodeFlags)
Declaration
public static extern byte igCollapsingHeader_TreeNodeFlags(byte* label, ImGuiTreeNodeFlags flags)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | label |
ImGuiNET.ImGuiTreeNodeFlags | flags |
igCollapsingHeader_BoolPtr(byte*, byte*, ImGuiTreeNodeFlags)
Declaration
public static extern byte igCollapsingHeader_BoolPtr(byte* label, byte* p_visible, ImGuiTreeNodeFlags flags)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | label |
System.Byte* | p_visible |
ImGuiNET.ImGuiTreeNodeFlags | flags |
igColorButton(byte*, Vector4, ImGuiColorEditFlags, Vector2)
Declaration
public static extern byte igColorButton(byte* desc_id, Vector4 col, ImGuiColorEditFlags flags, Vector2 size)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | desc_id |
System.Numerics.Vector4 | col |
ImGuiNET.ImGuiColorEditFlags | flags |
System.Numerics.Vector2 | size |
igColorConvertFloat4ToU32(Vector4)
Declaration
public static extern uint igColorConvertFloat4ToU32(Vector4 @in)
Returns
System.UInt32
Parameters
Type | Name |
---|---|
System.Numerics.Vector4 | in |
igColorConvertHSVtoRGB(float, float, float, float*, float*, float*)
Declaration
public static extern void igColorConvertHSVtoRGB(float h, float s, float v, float* out_r, float* out_g, float* out_b)
Parameters
Type | Name |
---|---|
System.Single | h |
System.Single | s |
System.Single | v |
System.Single* | out_r |
System.Single* | out_g |
System.Single* | out_b |
igColorConvertRGBtoHSV(float, float, float, float*, float*, float*)
Declaration
public static extern void igColorConvertRGBtoHSV(float r, float g, float b, float* out_h, float* out_s, float* out_v)
Parameters
Type | Name |
---|---|
System.Single | r |
System.Single | g |
System.Single | b |
System.Single* | out_h |
System.Single* | out_s |
System.Single* | out_v |
igColorConvertU32ToFloat4(Vector4*, uint)
Declaration
public static extern void igColorConvertU32ToFloat4(Vector4* pOut, uint @in)
Parameters
Type | Name |
---|---|
System.Numerics.Vector4* | pOut |
System.UInt32 | in |
igColorEdit3(byte*, Vector3*, ImGuiColorEditFlags)
Declaration
public static extern byte igColorEdit3(byte* label, Vector3* col, ImGuiColorEditFlags flags)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | label |
System.Numerics.Vector3* | col |
ImGuiNET.ImGuiColorEditFlags | flags |
igColorEdit4(byte*, Vector4*, ImGuiColorEditFlags)
Declaration
public static extern byte igColorEdit4(byte* label, Vector4* col, ImGuiColorEditFlags flags)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | label |
System.Numerics.Vector4* | col |
ImGuiNET.ImGuiColorEditFlags | flags |
igColorPicker3(byte*, Vector3*, ImGuiColorEditFlags)
Declaration
public static extern byte igColorPicker3(byte* label, Vector3* col, ImGuiColorEditFlags flags)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | label |
System.Numerics.Vector3* | col |
ImGuiNET.ImGuiColorEditFlags | flags |
igColorPicker4(byte*, Vector4*, ImGuiColorEditFlags, float*)
Declaration
public static extern byte igColorPicker4(byte* label, Vector4* col, ImGuiColorEditFlags flags, float* ref_col)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | label |
System.Numerics.Vector4* | col |
ImGuiNET.ImGuiColorEditFlags | flags |
System.Single* | ref_col |
igColumns(int, byte*, byte)
Declaration
public static extern void igColumns(int count, byte* id, byte border)
Parameters
Type | Name |
---|---|
System.Int32 | count |
System.Byte* | id |
System.Byte | border |
igCombo_Str_arr(byte*, int*, byte**, int, int)
Declaration
public static extern byte igCombo_Str_arr(byte* label, int* current_item, byte** items, int items_count, int popup_max_height_in_items)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | label |
System.Int32* | current_item |
System.Byte** | items |
System.Int32 | items_count |
System.Int32 | popup_max_height_in_items |
igCombo_Str(byte*, int*, byte*, int)
Declaration
public static extern byte igCombo_Str(byte* label, int* current_item, byte* items_separated_by_zeros, int popup_max_height_in_items)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | label |
System.Int32* | current_item |
System.Byte* | items_separated_by_zeros |
System.Int32 | popup_max_height_in_items |
igCreateContext(ImFontAtlas*)
Declaration
public static extern IntPtr igCreateContext(ImFontAtlas* shared_font_atlas)
Returns
System.IntPtr
Parameters
Type | Name |
---|---|
ImGuiNET.ImFontAtlas* | shared_font_atlas |
igDebugCheckVersionAndDataLayout(byte*, uint, uint, uint, uint, uint, uint)
Declaration
public static extern byte igDebugCheckVersionAndDataLayout(byte* version_str, uint sz_io, uint sz_style, uint sz_vec2, uint sz_vec4, uint sz_drawvert, uint sz_drawidx)
Returns
System.Byte
Parameters
Type | Name |
---|---|
System.Byte* | version_str |
System.UInt32 | sz_io |
System.UInt32 | sz_style |
System.UInt32 | sz_vec2 |
System.UInt32 | sz_vec4 |
System.UInt32 | sz_drawvert |
System.UInt32 | sz_drawidx |
igDebugTextEncoding(byte*)
Declaration
public static extern void igDebugTextEncoding(byte* text)
Parameters
Type | Name |
---|---|
System.Byte* | text |
igDestroyContext(IntPtr)
Declaration
public static extern void igDestroyContext(IntPtr ctx)
Parameters
Type | Name |
---|---|
System.IntPtr | ctx |
igDestroyPlatformWindows()
Declaration
public static extern void igDestroyPlatformWindows()
igDockSpace(uint, Vector2, ImGuiDockNodeFlags, ImGuiWindowClass*)
Declaration
public static extern uint igDockSpace(uint id, Vector2 size, ImGuiDockNodeFlags flags, ImGuiWindowClass* window_class)
Returns
System.UInt32
Parameters
Type | Name |
---|---|
System.UInt32 | id |
System.Numerics.Vector2 | size |
ImGuiNET.ImGuiDockNodeFlags | flags |
ImGuiNET.ImGuiWindowClass* | window_class |
igDockSpaceOverViewport(ImGuiViewport*, ImGuiDockNodeFlags, ImGuiWindowClass*)
Declaration
public static extern uint igDockSpaceOverViewport(ImGuiViewport* viewport, ImGuiDockNodeFlags flags, ImGuiWindowClass* window_class)
Returns
System.UInt32
Parameters
Type | Name |
---|---|
ImGuiNET.ImGuiViewport* | viewport |
ImGuiNET.ImGuiDockNodeFlags | flags |
ImGuiNET.ImGuiWindowClass* | window_class |