Encapsulation of the raylib Material.
More...
#include <RlMaterial.hpp>
Encapsulation of the raylib Material.
◆ RlMaterial() [1/2]
| raylib::model::RlMaterial::RlMaterial |
( |
const std::string & |
fileName | ) |
|
|
explicit |
◆ RlMaterial() [2/2]
| raylib::model::RlMaterial::RlMaterial |
( |
Material & |
material | ) |
|
|
explicit |
Construct a new RlMaterial object from the raylib Material.
- Parameters
-
| material | the raylib Material |
◆ ~RlMaterial()
| raylib::model::RlMaterial::~RlMaterial |
( |
| ) |
|
◆ getMaterial() [1/2]
| Material& raylib::model::RlMaterial::getMaterial |
( |
| ) |
|
Get the raylib mutable Material.
- Returns
- the raylib mutable Material
◆ getMaterial() [2/2]
| Material & raylib::model::RlMaterial::getMaterial |
( |
| ) |
const |
Get the raylib immutable Material.
- Returns
- the raylib immutable Material
The documentation for this class was generated from the following files: