toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.render
/
ShrinkableTexturedVertexArray
Shrinkable
Textured
Vertex
Array
class
ShrinkableTexturedVertexArray
(
val
vertices
:
TexturedVertexArray
,
var
vcount
:
Int
=
0
,
var
icount
:
Int
=
0
)
Members
Constructors
Shrinkable
Textured
Vertex
Array
Link copied to clipboard
constructor
(
vertices
:
TexturedVertexArray
,
vcount
:
Int
=
0
,
icount
:
Int
=
0
)
Properties
icount
Link copied to clipboard
var
icount
:
Int
vcount
Link copied to clipboard
var
vcount
:
Int
vertices
Link copied to clipboard
val
vertices
:
TexturedVertexArray
Functions
quad
V
Link copied to clipboard
fun
quadV
(
x
:
Double
,
y
:
Double
,
u
:
Float
,
v
:
Float
,
colMul
:
RGBA
)
reset
Link copied to clipboard
fun
reset
(
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String