Base class: Object

Lua
C++
Edit

Asset

This is the base class for all media classes.

Property Type Description
path string path read-only string containing the path to the file the asset was loaded from
packagepath string path read-only string containing the path to the package the asset was loaded from
properties table user-defined properties
GetPackage Method returns the package the asset was loaded from, if it has not been deleted
Reload Method reloads an asset from the file it was originally loaded from
Save Method saves an asset to a file
Copyright © 2024 Ultra Software.
All rights reserved.