Preparing search index...
The search index is not available
ThreePipe
ThreePipe
MaterialVariations
Interface MaterialVariations
interface
MaterialVariations
{
data
?:
{
icon
?:
string
;
[
key
:
string
]:
any
}
[]
;
materials
:
IMaterial
[]
;
preview
:
|
(keyof PhysicalMaterial)
|
"generate:sphere"
|
"generate:cube"
|
"generate:cylinder"
;
selectedIndex
?:
number
;
title
:
string
;
uuid
:
string
;
}
Index
Properties
data?
materials
preview
selected
Index?
title
uuid
Properties
Optional
data
data
?:
{
icon
?:
string
;
[
key
:
string
]:
any
}
[]
materials
materials
:
IMaterial
[]
preview
preview
:
|
(keyof PhysicalMaterial)
|
"generate:sphere"
|
"generate:cube"
|
"generate:cylinder"
Optional
selected
Index
selectedIndex
?:
number
title
title
:
string
Title to show in the UI
uuid
uuid
:
string
The name or the uuid of the material in the scene
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
materials
preview
selected
Index
title
uuid
ThreePipe
Loading...
Title to show in the UI