Click or drag to resize
GLUtils Class
Utility methods extending Unity low-level OpenGL support.
Inheritance Hierarchy
SystemObject
  Slash.Unity.Common.UtilsGLUtils

Namespace: Slash.Unity.Common.Utils
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public static class GLUtils

The GLUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGLDrawGrid
Draws a two-dimensional unit grid with the specified size.
Public methodStatic memberGLDrawRect(Vector3, Vector2)
Draws a rectangle with the specified dimensions.
Public methodStatic memberGLDrawRect(Vector3, Vector2, Single)
Draws a rectangle with the specified dimensions.
Top
See Also