toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.graphics
/
AGTextureUnitInfoArray
AGTexture
Unit
Info
Array
inline
class
AGTextureUnitInfoArray
(
val
data
:
IntArray
)
Members
Constructors
AGTexture
Unit
Info
Array
Link copied to clipboard
constructor
(
size
:
Int
)
constructor
(
data
:
IntArray
)
Properties
data
Link copied to clipboard
val
data
:
IntArray
Functions
copy
Of
Link copied to clipboard
fun
copyOf
(
)
:
AGTextureUnitInfoArray
get
Link copied to clipboard
operator
fun
get
(
index
:
Int
)
:
AGTextureUnitInfo
set
Link copied to clipboard
operator
fun
set
(
index
:
Int
,
value
:
AGTextureUnitInfo
)