|
Bomberman
|
#include <MeshSphere.hpp>
Public Member Functions | |
| MeshSphere (float radius_arg, int rings_arg, int slices_arg) | |
| ctor More... | |
| MeshSphere (const MeshSphere &)=default | |
| copy ctor More... | |
| ~MeshSphere ()=default | |
| dtor More... | |
| MeshSphere & | operator= (const MeshSphere &)=default |
| assignment operator More... | |
Public Member Functions inherited from RAY::Mesh::AMesh | |
| virtual | ~AMesh ()=default |
| dtor More... | |
Public Attributes | |
| float | radius |
| radius More... | |
| int | rings |
| rings More... | |
| int | slices |
| slices More... | |
Additional Inherited Members | |
Protected Attributes inherited from RAY::Mesh::AMesh | |
| std::shared_ptr<::Mesh > | _raylibMesh |
| INTERNAL | __pad0__: std::shared_ptr<::Mesh> getRaylibMesh() const |
| RAY::Mesh::MeshSphere::MeshSphere | ( | float | radius_arg, |
| int | rings_arg, | ||
| int | slices_arg | ||
| ) |
ctor
|
default |
copy ctor
|
default |
dtor
|
default |
assignment operator
| float RAY::Mesh::MeshSphere::radius |
radius
| int RAY::Mesh::MeshSphere::rings |
rings
| int RAY::Mesh::MeshSphere::slices |
slices
1.8.17