Property | Type | Description | |
---|---|---|---|
font | Font | ||
fontSize | int | ||
graphBufferSize | int | ||
show | bool | ||
showFPS | bool | ||
showGraph | bool | ||
showInEditor | bool | ||
showMemProfile | bool | ||
showPathProfile | bool | ||
yOffset | int |
Method | Description | |
---|---|---|
Cross ( Vector3 p ) : void | ||
DrawGraphLine ( int index, Matrix4x4 m, float x1, float x2, float y1, float y2, Color col ) : void | ||
OnGUI ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
public DrawGraphLine ( int index, Matrix4x4 m, float x1, float x2, float y1, float y2, Color col ) : void | ||
index | int | |
m | Matrix4x4 | |
x1 | float | |
x2 | float | |
y1 | float | |
y2 | float | |
col | Color | |
return | void |