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