nova
Toggle table of contents
0.23.0-alpha.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
nova
nova
/
xyz.xenondevs.nova.resources.builder.model
/
Model
/
Texture
Texture
@
Serializable
(
with
=
ModelTextureMultiFormatSerializer::class
)
data
class
Texture
(
val
sprite
:
String
,
val
forceTranslucent
:
Boolean
=
false
)
Members
Constructors
Texture
Link copied to clipboard
constructor
(
sprite
:
String
,
forceTranslucent
:
Boolean
=
false
)
Properties
force
Translucent
Link copied to clipboard
@
SerialName
(
value
=
"force_translucent"
)
val
forceTranslucent
:
Boolean
sprite
Link copied to clipboard
val
sprite
:
String