![]() |
Nazara Engine
0.4
A fast, complete, cross-platform API designed for game development
|
Core class that represents a resource. More...
Public Member Functions | |
| Resource (const Resource &)=default | |
| Resource (Resource &&) noexcept=default | |
| const String & | GetFilePath () const |
| Gets the file path associated with the resource. More... | |
| void | SetFilePath (const String &filePath) |
| Sets the file path associated with the resource. More... | |
| Resource & | operator= (const Resource &)=default |
| Resource & | operator= (Resource &&) noexcept=default |
Core class that represents a resource.
| const String & Nz::Resource::GetFilePath | ( | ) | const |
Gets the file path associated with the resource.
| void Nz::Resource::SetFilePath | ( | const String & | filePath | ) |
Sets the file path associated with the resource.
| filePath | Path to the resource |