Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
ui.ply_renderer
/
PlyRenderer
/
TextQuad
Text
Quad
data
class
TextQuad
(
val
texture
:
Int
,
val
vertices
:
FloatBuffer
,
val
position
:
FloatArray
)
Members
Constructors
Text
Quad
Link copied to clipboard
constructor
(
texture
:
Int
,
vertices
:
FloatBuffer
,
position
:
FloatArray
)
Properties
position
Link copied to clipboard
val
position
:
FloatArray
texture
Link copied to clipboard
val
texture
:
Int
vertices
Link copied to clipboard
val
vertices
:
FloatBuffer
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int