Hilo3d API - v2.0.0-alpha.3
Home
Examples
Repository
Preparing search index...
Hilo3d
MaterialTextureSlotInput
Interface MaterialTextureSlotInput
interface
MaterialTextureSlotInput
{
channels
?:
readonly
[
MaterialTextureChannel
,
MaterialTextureChannel
,
MaterialTextureChannel
,
MaterialTextureChannel
,
]
;
encoding
?:
MaterialTextureEncoding
;
texture
:
Texture
<
unknown
>
;
transform
?:
Matrix3
|
null
;
uvSet
?:
0
|
1
;
}
Index
Properties
channels?
encoding?
texture
transform?
uv
Set?
Properties
Optional
Readonly
channels
channels
?:
readonly
[
MaterialTextureChannel
,
MaterialTextureChannel
,
MaterialTextureChannel
,
MaterialTextureChannel
,
]
Optional
Readonly
encoding
encoding
?:
MaterialTextureEncoding
Readonly
texture
texture
:
Texture
<
unknown
>
Optional
Readonly
transform
transform
?:
Matrix3
|
null
Optional
Readonly
uv
Set
uvSet
?:
0
|
1
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channels
encoding
texture
transform
uv
Set
Home
Examples
Repository
Hilo3d API - v2.0.0-alpha.3
Loading...