|
Brenta Engine 1.2
|
Public Member Functions | |
| Builder & | type (Texture::Type type) |
| Builder & | target (Texture::Target target) |
| Builder & | path (const std::filesystem::path &path) |
| Builder & | flipped (bool flipped) |
| Builder & | properties (const Texture::Properties &prop) |
| Builder & | color (Color color) |
| Builder & | watch (const std::filesystem::path &path) |
| Texture | build () |
| tenno::vector< std::filesystem::path > | get_watch_paths () const |
Definition at line 214 of file texture.hpp.
| Texture Texture::Builder::build | ( | ) |
Definition at line 319 of file texture.cpp.
| Texture::Builder & Texture::Builder::color | ( | Color | color | ) |
Definition at line 307 of file texture.cpp.
| tenno::vector< std::filesystem::path > Texture::Builder::get_watch_paths | ( | ) | const |
Definition at line 324 of file texture.cpp.
| Texture::Builder & Texture::Builder::path | ( | const std::filesystem::path & | path | ) |
Definition at line 295 of file texture.cpp.
| Texture::Builder & Texture::Builder::properties | ( | const Texture::Properties & | prop | ) |
Definition at line 301 of file texture.cpp.
| Texture::Builder & Texture::Builder::target | ( | Texture::Target | target | ) |
Definition at line 289 of file texture.cpp.
| Texture::Builder & Texture::Builder::type | ( | Texture::Type | type | ) |
Definition at line 283 of file texture.cpp.
| Texture::Builder & Texture::Builder::watch | ( | const std::filesystem::path & | path | ) |
Definition at line 313 of file texture.cpp.