Blockbench Reference Docs
Preparing search index...
custom/texture_layers
TextureLayerData
Interface TextureLayerData
interface
TextureLayerData
{
blend_mode
?:
|
"color"
|
"default"
|
"set_opacity"
|
"multiply"
|
"add"
|
"screen"
|
"difference"
;
data_url
?:
string
;
image_data
?:
ImageData
;
in_limbo
?:
boolean
;
name
?:
string
;
offset
?:
ArrayVector2
;
opacity
?:
number
;
scale
?:
ArrayVector2
;
visible
?:
boolean
;
}
Index
Properties
blend_
mode?
data_
url?
image_
data?
in_
limbo?
name?
offset?
opacity?
scale?
visible?
Properties
Optional
blend_
mode
blend_mode
?:
|
"color"
|
"default"
|
"set_opacity"
|
"multiply"
|
"add"
|
"screen"
|
"difference"
Optional
data_
url
data_url
?:
string
Optional
image_
data
image_data
?:
ImageData
Optional
in_
limbo
in_limbo
?:
boolean
Optional
name
name
?:
string
Optional
offset
offset
?:
ArrayVector2
Optional
opacity
opacity
?:
number
Optional
scale
scale
?:
ArrayVector2
Optional
visible
visible
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
blend_
mode
data_
url
image_
data
in_
limbo
name
offset
opacity
scale
visible
Blockbench Reference Docs
Loading...