Struct UnionValue
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)
Namespace: ImGuiNET
Assembly: ImGui.NET.dll
Syntax
public struct UnionValue
Fields
| Improve this Doc View SourceValueF32
Declaration
public float ValueF32
Field Value
| Type | Description |
|---|---|
| System.Single |
ValueI32
Declaration
public int ValueI32
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ValuePtr
Declaration
public IntPtr ValuePtr
Field Value
| Type | Description |
|---|---|
| System.IntPtr |