Definition at line 5 of file MyDrawArea.cs.
VRage.Profiler.MyDrawArea.MyDrawArea |
( |
float |
xStart, |
|
|
float |
yStart, |
|
|
float |
xScale, |
|
|
float |
yScale, |
|
|
float |
yRange |
|
) |
| |
|
inline |
Initializes draw area.
- Parameters
-
yRange | Range of y axis, will be rounded to 2^n or 2^n * 1.5 |
Definition at line 28 of file MyDrawArea.cs.
void VRage.Profiler.MyDrawArea.DecreaseYRange |
( |
| ) |
|
|
inline |
void VRage.Profiler.MyDrawArea.IncreaseYRange |
( |
| ) |
|
|
inline |
readonly float VRage.Profiler.MyDrawArea.x_scale |
readonly float VRage.Profiler.MyDrawArea.x_start |
readonly float VRage.Profiler.MyDrawArea.y_scale |
readonly float VRage.Profiler.MyDrawArea.y_start |
float VRage.Profiler.MyDrawArea.y_legend_increment |
|
get |
int VRage.Profiler.MyDrawArea.y_legend_ms_count |
|
get |
float VRage.Profiler.MyDrawArea.y_legend_ms_increment |
|
get |
float VRage.Profiler.MyDrawArea.y_range |
|
get |
The documentation for this class was generated from the following file: