Struct ImGuiTableSortSpecsPtr
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: ImGui.NET.dll
Syntax
public struct ImGuiTableSortSpecsPtr
Constructors
|
Improve this Doc
View Source
ImGuiTableSortSpecsPtr(ImGuiTableSortSpecs*)
Declaration
public ImGuiTableSortSpecsPtr(ImGuiTableSortSpecs*nativePtr)
Parameters
|
Improve this Doc
View Source
ImGuiTableSortSpecsPtr(IntPtr)
Declaration
public ImGuiTableSortSpecsPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
NativePtr
Declaration
public readonly ImGuiTableSortSpecs*NativePtr { get; }
Property Value
|
Improve this Doc
View Source
Specs
Declaration
public readonly ImGuiTableColumnSortSpecsPtr Specs { get; }
Property Value
|
Improve this Doc
View Source
SpecsCount
Declaration
public readonly ref int SpecsCount { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
SpecsDirty
Declaration
public readonly ref bool SpecsDirty { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
|
Improve this Doc
View Source
Destroy()
Declaration
Operators
|
Improve this Doc
View Source
Implicit(ImGuiTableSortSpecs* to ImGuiTableSortSpecsPtr)
Declaration
public static implicit operator ImGuiTableSortSpecsPtr(ImGuiTableSortSpecs*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(ImGuiTableSortSpecsPtr to ImGuiTableSortSpecs*)
Declaration
public static implicit operator ImGuiTableSortSpecs*(ImGuiTableSortSpecsPtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(IntPtr to ImGuiTableSortSpecsPtr)
Declaration
public static implicit operator ImGuiTableSortSpecsPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns