Method | Description | |
---|---|---|
BrowseRuler ( |
||
BrowseRuler ( |
||
DrawMajorTicks ( |
||
DrawVerticalLine ( float x, float minY, float maxY, Color color ) : void | ||
DrawVerticalLineFast ( float x, float minY, float maxY, Color color ) : void | ||
FormatTime ( float time, float frameRate, TimeFormat timeFormat ) : string | ||
FormatValue ( float value ) : string | ||
FrameToPixel ( float i, float frameRate, |
||
SetTickMarkerRanges ( ) : void | ||
SnapTimeToWholeFPS ( float time, float frameRate ) : float | ||
TimeArea ( bool minimalGUI ) : System | ||
TimeField ( |
||
TimeRuler ( |
||
TimeRuler ( |
||
TimeRuler ( |
||
ValueField ( |
Method | Description | |
---|---|---|
DrawLine ( Vector2 lhs, Vector2 rhs ) : void | ||
FrameToPixel ( float i, float frameRate, |
||
InitStyles ( ) : void |
public BrowseRuler ( |
||
position | ||
time | float | |
frameRate | float | |
pickAnywhere | bool | |
thumbStyle | ||
return | TimeRulerDragMode |
public BrowseRuler ( |
||
position | ||
id | int | |
time | float | |
frameRate | float | |
pickAnywhere | bool | |
thumbStyle | ||
return | TimeRulerDragMode |
public DrawMajorTicks ( |
||
position | ||
frameRate | float | |
return | void |
public static DrawVerticalLine ( float x, float minY, float maxY, Color color ) : void | ||
x | float | |
minY | float | |
maxY | float | |
color | Color | |
return | void |
public static DrawVerticalLineFast ( float x, float minY, float maxY, Color color ) : void | ||
x | float | |
minY | float | |
maxY | float | |
color | Color | |
return | void |
public FormatTime ( float time, float frameRate, TimeFormat timeFormat ) : string | ||
time | float | |
frameRate | float | |
timeFormat | TimeFormat | |
return | string |
public FrameToPixel ( float i, float frameRate, |
||
i | float | |
frameRate | float | |
rect | ||
return | float |
public SnapTimeToWholeFPS ( float time, float frameRate ) : float | ||
time | float | |
frameRate | float | |
return | float |
public TimeField ( |
||
rect | ||
id | int | |
time | float | |
frameRate | float | |
timeFormat | TimeFormat | |
return | float |
public TimeRuler ( |
||
position | ||
frameRate | float | |
return | void |
public TimeRuler ( |
||
position | ||
frameRate | float | |
labels | bool | |
useEntireHeight | bool | |
alpha | float | |
return | void |
public TimeRuler ( |
||
position | ||
frameRate | float | |
labels | bool | |
useEntireHeight | bool | |
alpha | float | |
timeFormat | TimeFormat | |
return | void |
public ValueField ( |
||
rect | ||
id | int | |
value | float | |
return | float |