Property | Type | Description | |
---|---|---|---|
aaLineTex | |||
lineTex |
Method | Description | |
---|---|---|
DrawLine ( Vector2 pointA, Vector2 pointB, Color color, float width, bool antiAlias ) : void | ||
DrawPoints ( ArrayList rlist, MersenneDebugWindow, op, int width, int height ) : void |
Method | Description | |
---|---|---|
translationMatrix ( Vector3 v ) : Matrix4x4 |
public static DrawLine ( Vector2 pointA, Vector2 pointB, Color color, float width, bool antiAlias ) : void | ||
pointA | Vector2 | |
pointB | Vector2 | |
color | Color | |
width | float | |
antiAlias | bool | |
return | void |
public static DrawPoints ( ArrayList rlist, MersenneDebugWindow, op, int width, int height ) : void | ||
rlist | ArrayList | |
op | MersenneDebugWindow, | |
width | int | |
height | int | |
return | void |
public static Texture2D,UnityEngine aaLineTex | ||
return |