littlekt
0.6.0
common
core
/
com.lehaine.littlekt.util
/
LazyMat4
Lazy
Mat4
class
LazyMat4
(
val
update
:
(
Mat4
)
->
Unit
)
Author
Colton Daily
Constructors
Functions
Properties
Constructors
Lazy
Mat4
Link copied to clipboard
fun
LazyMat4
(
update
:
(
Mat4
)
->
Unit
)
Functions
clear
Link copied to clipboard
fun
clear
(
)
get
Link copied to clipboard
fun
get
(
)
:
Mat4
Properties
is
Dirty
Link copied to clipboard
var
isDirty
:
Boolean
=
true
update
Link copied to clipboard
val
update
:
(
Mat4
)
->
Unit