Sound Bakery  v0.1.0
Open-source audio middleware for games
Loading...
Searching...
No Matches
sbk::engine::node_instance Class Reference

NodeInstances represent runtime versions of Nodes, either containers or busses. More...

#include <node_instance.h>

Inheritance diagram for sbk::engine::node_instance:
Collaboration diagram for sbk::engine::node_instance:

Public Member Functions

bool init (const InitNodeInstance &initData)
 
bool play ()
 
void update ()
 
bool isPlaying () const
 
std::shared_ptr< nodegetReferencingNode () const noexcept
 
node_instanceget_parent () const noexcept
 
sc_node_groupgetBus () const noexcept
 
- Public Member Functions inherited from sbk::core::object
object_ownerowner () const
 
template<typename T >
Ttry_convert_object () noexcept
 Gets the most derived type of this object and upcasts it to T.
 
template<typename T >
const Ttry_convert_object () const noexcept
 
rttr::type getType () const
 
void destroy ()
 
MulticastDelegate< object * > & get_on_destroy ()
 
- Public Member Functions inherited from sbk::core::object_owner
std::shared_ptr< objectcreate_runtime_object (const rttr::type &type)
 
std::shared_ptr< objectload_object (YAML::Node &node)
 
std::shared_ptr< database_objectcreate_database_object (const rttr::type &type, bool addToDatabase=true)
 
template<typename T >
std::shared_ptr< Tcreate_runtime_object ()
 
template<typename T >
std::shared_ptr< Tcreate_database_object ()
 
void remove_object (const std::shared_ptr< object > &object)
 
void destroy_all ()
 
std::vector< std::shared_ptr< object > > & get_objects ()
 
const std::vector< std::shared_ptr< object > > & get_objects () const
 

Detailed Description

NodeInstances represent runtime versions of Nodes, either containers or busses.


The documentation for this class was generated from the following files: