abstract class Gl2dDrawable : GlDrawable
<init> |
Gl2dDrawable() |
coordsPerVertex |
Returns the number of position coordinates per vertex. This will be 2 or 3. val coordsPerVertex: Int |
getBounds |
fun getBounds(rect: <ERROR CLASS>): Unit |
Gl2dMesh |
open class Gl2dMesh : Gl2dDrawable |
GlPolygon |
open class GlPolygon : Gl2dDrawable |
GlRect |
open class GlRect : Gl2dDrawable |
GlRoundRect |
open class GlRoundRect : Gl2dDrawable |