Struct ImGuiWindowClassPtr
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 ImGuiWindowClassPtr
Constructors
|
Improve this Doc
View Source
ImGuiWindowClassPtr(ImGuiWindowClass*)
Declaration
public ImGuiWindowClassPtr(ImGuiWindowClass*nativePtr)
Parameters
|
Improve this Doc
View Source
ImGuiWindowClassPtr(IntPtr)
Declaration
public ImGuiWindowClassPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Properties
|
Improve this Doc
View Source
ClassId
Declaration
public readonly ref uint ClassId { get; }
Property Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
DockingAllowUnclassed
Declaration
public readonly ref bool DockingAllowUnclassed { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
DockingAlwaysTabBar
Declaration
public readonly ref bool DockingAlwaysTabBar { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
DockNodeFlagsOverrideClear
Declaration
public readonly ref ImGuiDockNodeFlags DockNodeFlagsOverrideClear { get; }
Property Value
|
Improve this Doc
View Source
DockNodeFlagsOverrideSet
Declaration
public readonly ref ImGuiDockNodeFlags DockNodeFlagsOverrideSet { get; }
Property Value
|
Improve this Doc
View Source
NativePtr
Declaration
public readonly ImGuiWindowClass*NativePtr { get; }
Property Value
|
Improve this Doc
View Source
ParentViewportId
Declaration
public readonly ref uint ParentViewportId { get; }
Property Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
TabItemFlagsOverrideSet
Declaration
public readonly ref ImGuiTabItemFlags TabItemFlagsOverrideSet { get; }
Property Value
|
Improve this Doc
View Source
ViewportFlagsOverrideClear
Declaration
public readonly ref ImGuiViewportFlags ViewportFlagsOverrideClear { get; }
Property Value
|
Improve this Doc
View Source
ViewportFlagsOverrideSet
Declaration
public readonly ref ImGuiViewportFlags ViewportFlagsOverrideSet { get; }
Property Value
Methods
|
Improve this Doc
View Source
Destroy()
Declaration
Operators
|
Improve this Doc
View Source
Implicit(ImGuiWindowClass* to ImGuiWindowClassPtr)
Declaration
public static implicit operator ImGuiWindowClassPtr(ImGuiWindowClass*nativePtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(ImGuiWindowClassPtr to ImGuiWindowClass*)
Declaration
public static implicit operator ImGuiWindowClass*(ImGuiWindowClassPtr wrappedPtr)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(IntPtr to ImGuiWindowClassPtr)
Declaration
public static implicit operator ImGuiWindowClassPtr(IntPtr nativePtr)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
nativePtr |
|
Returns