Brenta Engine 1.2
Loading...
Searching...
No Matches
brenta::Texture::Builder Class Reference

Public Member Functions

Buildertype (Texture::Type type)
 
Buildertarget (Texture::Target target)
 
Builderpath (const std::filesystem::path &path)
 
Builderflipped (bool flipped)
 
Builderproperties (const Texture::Properties &prop)
 
Buildercolor (Color color)
 
Builderwatch (const std::filesystem::path &path)
 
Texture build ()
 
tenno::vector< std::filesystem::path > get_watch_paths () const
 

Detailed Description

Definition at line 214 of file texture.hpp.

Member Function Documentation

◆ build()

Texture Texture::Builder::build ( )

Definition at line 319 of file texture.cpp.

◆ color()

Texture::Builder & Texture::Builder::color ( Color  color)

Definition at line 307 of file texture.cpp.

◆ get_watch_paths()

tenno::vector< std::filesystem::path > Texture::Builder::get_watch_paths ( ) const

Definition at line 324 of file texture.cpp.

◆ path()

Texture::Builder & Texture::Builder::path ( const std::filesystem::path &  path)

Definition at line 295 of file texture.cpp.

◆ properties()

Texture::Builder & Texture::Builder::properties ( const Texture::Properties prop)

Definition at line 301 of file texture.cpp.

◆ target()

Texture::Builder & Texture::Builder::target ( Texture::Target  target)

Definition at line 289 of file texture.cpp.

◆ type()

Texture::Builder & Texture::Builder::type ( Texture::Type  type)

Definition at line 283 of file texture.cpp.

◆ watch()

Texture::Builder & Texture::Builder::watch ( const std::filesystem::path &  path)

Definition at line 313 of file texture.cpp.


The documentation for this class was generated from the following files: