ZeroZero Game Engine
v0.0
A 3D game engine using Vulkan & Jolt
|
Cylinder shaped collision Shape
Public Member Functions | |
CylinderShape (float radius, float height, const string &resName="CylinderShape") | |
![]() | |
auto | getId () const |
const auto & | getName () const |
string | toString () const override |
virtual shared_ptr< Resource > | duplicate () const |
![]() | |
void | connect (const Signal::signal &name, const Signal::Handler &handler) |
void | connect (const Signal::signal &name, const function< void ()> &handler) |
void | emit (const Signal::signal &name, void *params=nullptr) |
|
explicit |
Creates a CylinderShape with the given radius