3 #include <Core/RaCore.hpp>
20 explicit AssetData(
const std::string& name ) : m_name( name ) {}
29 inline virtual const std::string&
getName()
const {
return m_name; }
virtual ~AssetData()
Simple delete operator.
virtual const std::string & getName() const
Acces to the name of the asset.
AssetData(const AssetData &other)=default
Copy constructor. Default here.
AssetData(const std::string &name)
Construct an asset data given its name.