render.DrawQuadEasy
From GMod Wiki
Function | |
Syntax |
render.DrawQuadEasy( Vector Position, Vector Direction, Integer Size x, Integer Size y, Color Color, Integer Rotation ) Where is this used? |
Description: | |
Used to draw a four sided, 2 dimensional object, on the client's screens. | |
Returns: | nil |
Part of Library: | render |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Render.DrawQuadEasy]Render.DrawQuadEasy [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- The position is the center of the rect.
- By default it looks like quad is always drawn upside-down. To fix this, set the rotation to 180.