Lens Scripting API
Editor Scripting API
Guide Docs
Preparing search index...
Built-In
Base64
decodeTextureAsync
Function decodeTextureAsync
decodeTextureAsync
(
value
:
string
,
onSuccess
:
(
decodedTexture
:
Texture
)
=>
void
,
onFailure
:
()
=>
void
,
)
:
void
Decode a texture from Base64, asynchronously.
Parameters
value
:
string
onSuccess
:
(
decodedTexture
:
Texture
)
=>
void
onFailure
:
()
=>
void
Returns
void
Settings
Member Visibility
Inherited
Deprecated
Theme
OS
Light
Dark
Editor Scripting API
Guide Docs
Lens Scripting API
Loading...
Decode a texture from Base64, asynchronously.