kokomi.js
Preparing search index...
getUniformFromAsset
Function getUniformFromAsset
getUniformFromAsset
(
el
:
HTMLAssetElement
|
null
,
name
:
string
,
parent
?:
HTMLElement
|
null
,
)
:
{
[
key
:
string
]:
|
{
value
:
|
VideoTexture
<
HTMLVideoElement
>
|
CubeTexture
<
unknown
>
|
Texture
<
HTMLImageElement
>
;
}
|
{
value
:
Vector2
}
;
}
Parameters
el
:
HTMLAssetElement
|
null
name
:
string
parent
:
HTMLElement
|
null
= null
Returns
{
[
key
:
string
]:
|
{
value
:
|
VideoTexture
<
HTMLVideoElement
>
|
CubeTexture
<
unknown
>
|
Texture
<
HTMLImageElement
>
;
}
|
{
value
:
Vector2
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
kokomi.js
Loading...