Object
EditThe superclass of all LÖVR objects.
In addition to the methods here, all objects have a __tostring
metamethod that returns the name of the object's type. So tostring(object) == 'Blob'
will check if a LÖVR object is a Blob.
Methods
Object:release | Immediately release the Lua reference to an object. |
Notes
Note that the functions here don't apply to any vector objects, see Vectors
.
See also
lovr