Link
Search
Menu
Expand
Document
Get Started (Lua)
Get Started (C#)
AlloUI lua
App
Asset
AssetManager
AssetView
Base64Asset
Bounds
Button
Client
Color
Cube
Entity
FileAsset
FrameView
GrabHandle
Label
LovrFileAsset
ModelView
NavStack
Ninepatch
Pose
PropertyAnimation
ProxyIconView
ResizeHandle
Size
Slider
Speaker
StackView
Surface
TabView
TextField
VideoSurface
View
Architecture
Components
Protocol Reference
Asset Protocol
Coordinate System
Identity
Intent
Interactions
State Diffs
URL Definitions
Wire Protocol
3D Interface Design Guidelines
Community
Contributing to Alloverse
Code of Conduct
Hosting an Alloverse app
Licenses
Alloverse License
Licenses used by Alloverse
Index
AlloUI lua
Base64Asset
Base64Asset
An Asset created from a Base64-encoded string.
Constructor
my_asset
=
Base64Asset
(
base64
)
Arguments
Name
Type
Description
base64
string
A Base64-encoded string representation of an asset
Returns
Nothing
Methods