Struct ImGuiViewport
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 ImGuiViewport
Fields
|
Improve this Doc
View Source
DpiScale
Declaration
Field Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
DrawData
Declaration
public ImDrawData*DrawData
Field Value
|
Improve this Doc
View Source
Flags
Declaration
public ImGuiViewportFlags Flags
Field Value
|
Improve this Doc
View Source
ID
Declaration
Field Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
ParentViewportId
Declaration
public uint ParentViewportId
Field Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public void *PlatformHandle
Field Value
| Type |
Description |
| System.Void* |
|
|
Improve this Doc
View Source
Declaration
public void *PlatformHandleRaw
Field Value
| Type |
Description |
| System.Void* |
|
|
Improve this Doc
View Source
Declaration
public byte PlatformRequestClose
Field Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
Declaration
public byte PlatformRequestMove
Field Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
Declaration
public byte PlatformRequestResize
Field Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
Declaration
public void *PlatformUserData
Field Value
| Type |
Description |
| System.Void* |
|
|
Improve this Doc
View Source
Pos
Declaration
Field Value
| Type |
Description |
| System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
RendererUserData
Declaration
public void *RendererUserData
Field Value
| Type |
Description |
| System.Void* |
|
|
Improve this Doc
View Source
Size
Declaration
Field Value
| Type |
Description |
| System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
WorkPos
Declaration
Field Value
| Type |
Description |
| System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
WorkSize
Declaration
Field Value
| Type |
Description |
| System.Numerics.Vector2 |
|