Lua API
On this page
ImPlotRectPtr
Fields:
X ImPlotRange
read only
Y ImPlotRange
read only
Constructors:
New(nativePtr: number) :
Parameters:
Name | Type | Default | Summary |
nativePtr | number |
Methods:
Clamp(p: ImPlotPoint) : ImPlotPoint
Clamp(x: number, y: number) : ImPlotPoint
Contains(p: ImPlotPoint) : boolean
Contains(x: number, y: number) : boolean
Parameters:
Name | Type | Default | Summary |
x | number | ||
y | number |
Returns:boolean
Destroy() : nil
Returns:nil