ZeroZero Game Engine
v0.0
A 3D game engine using Vulkan & Jolt
|
Base class for resources.
Public Member Functions | |
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) |
|
nodiscardinlinevirtual |
Duplicates a resource. Warning : not implemented on all resources types, check documentation for the resource type before using it.
Reimplemented in z0::BoxShape::duplicate(), z0::ConvexHullShape::duplicate()
|
nodiscardinline |
Returns the unique id of the resource
|
nodiscardinline |
Return the name (only informative, no real use)
|
nodiscardinlineoverridevirtual |
Converts the objet to a readable text
Reimplemented from z0::Object::toString()