Struct ImPaneOffset
Stores the position and offset when dragging the pane.
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: InitialPrefabs.NimGui
Assembly: InitialPrefabs.ImGui.dll
Syntax
public struct ImPaneOffset
Fields
Offset
Declaration
public float2 Offset
Field Value
| Type | Description |
|---|---|
| Unity.Mathematics.float2 |
Position
Declaration
public float2 Position
Field Value
| Type | Description |
|---|---|
| Unity.Mathematics.float2 |