Functions Summary |
 | vector | DeProject (vector location)
|
 | | Draw2DLine (float X1, float Y1, float X2, float Y2, color LineColor)
|
 | | DrawBox (float width, float height))
|
 | | DrawColorizedTile (Texture2D Tex, float XL, float YL, float U, float V, float UL, float VL, LinearColor LColor)
|
 | | DrawIcon (CanvasIcon Icon, float X, float Y, optional float Scale))
|
 | | DrawIconSection (CanvasIcon Icon, float X, float Y, float UStartPct, float VStartPct, float UEndPct, float VEndPct, optional float Scale))
|
 | | DrawMaterialTile (MaterialInterface Mat, float XL, float YL, optional float U, optional float V, optional float UL, optional float VL)
|
 | | DrawMaterialTileClipped (MaterialInterface Mat, float XL, float YL, optional float U, optional float V, optional float UL, optional float VL)
|
 | | DrawRect (float RectX, float RectY, optional Texture2D Tex = DefaultTexture ))
|
 | | DrawRotatedMaterialTile (MaterialInterface Mat, rotator Rotation, float XL, float YL, optional float U, optional float V, optional float UL, optional float VL, optional float AnchorX, optional float AnchorY)
|
 | | DrawRotatedTile (Texture2D Tex, rotator Rotation, float XL, float YL, float U, float V, loat UL, float VL, optional float AnchorX, optional float AnchorY)
|
 | | DrawText (coerce string Text, optional bool CR, optional float XScale, optional float YScale)
|
 | | DrawTextClipped (coerce string Text, optional bool bCheckHotKey, optional float XScale, optional float YScale)
|
 | | DrawTextRA (coerce string Text, optional bool CR))
|
 | | DrawTexture (Texture2D Tex, float Scale))
|
 | | DrawTextureDoubleLine (vector StartPoint, vector EndPoint, float Perc, float Spacing, float Width, color LineColor, color AltLineColor, Texture2D Tex, float U, float V, float UL, float VL)
|
 | | DrawTextureLine (vector StartPoint, vector EndPoint, float Perc, float Width, color LineColor, Texture2D LineTexture, float U, float V, float UL, float VL)
|
 | | DrawTile (Texture2D Tex, float XL, float YL, float U, float V, float UL, float VL)
|
 | | DrawTileClipped (Texture2D Tex, float XL, float YL, float U, float V, float UL, float VL)
|
 | | DrawTileNew (Texture Tex, float XL, float YL, float U, float V, float UL, float VL)
|
 | | DrawTileStretched (Texture2D Tex, float XL, float YL, float U, float V, float UL, float VL, LinearColor LColor, optional bool bStretchHorizontally=true, optional bool bStretchVertically=true, ptional float ScalingFactor=1.0)
|
 | CanvasIcon | MakeIcon (Texture2D Texture, optional float U, optional float V, optional float UL, optional float VL))
|
 | | PopTransform ()
|
 | vector | Project (vector location)
|
 | | PushTranslationMatrix (vector TranslationVector)
|
 | | Reset (optional bool bKeepOrigin))
|
 | | SetClip (float X, float Y ))
|
 | | SetDrawColor (byte R, byte G, byte B, optional byte A)
|
 | | SetOrigin (float X, float Y ))
|
 | | SetPos (float PosX, float PosY)
|
 | | StrLen (coerce string String, out float XL, out float YL)
|
 | | TextSize (coerce string String, out float XL, out float YL)
|