|
Raylib C++
1.0.0
Encapsulates the raylib library
|
Interface for all the builder. More...
#include <IBuilder.hpp>


Public Member Functions | |
| virtual T | build ()=0 |
| Will return an instance of the templated parameter. More... | |
Interface for all the builder.
| T | the class to build |
|
pure virtual |
Will return an instance of the templated parameter.
| The | class to build |
Implemented in raylib::builder::RlMeshBuilder, raylib::builder::RlImageBuilder, raylib::builder::RlModelBuilder, raylib::builder::RlTextBuilder, and raylib::builder::RlCameraBuilder.
1.8.17