getassetregistry()
getassetregistry()
Takes no parameters.
This will return the asset registry of the current session which allows access to the assets imported to the engine. Generally used within other functions in this library. Is exposed for those who need it.
Example
import rtaptools as rtt
assetreg = rtt.getassetregistry()