Sound Bakery  v0.1.0
Open-source audio middleware for games
Loading...
Searching...
No Matches
SB::Engine::NodeInstance Class Reference

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

#include <node_instance.h>

Inheritance diagram for SB::Engine::NodeInstance:
Collaboration diagram for SB::Engine::NodeInstance:

Public Member Functions

bool init (const InitNodeInstance &initData)
 
bool play ()
 
void update ()
 
bool isPlaying () const
 
std::shared_ptr< NodegetReferencingNode () const noexcept
 
NodeInstancegetParent () const noexcept
 
sc_node_groupgetBus () const noexcept
 
- Public Member Functions inherited from SB::Core::Object
template<typename T >
TtryConvertObject () noexcept
 Gets the most derived type of this object and upcasts it to T.
 
template<typename T >
const TtryConvertObject () const noexcept
 
rttr::type getType () const
 
- Public Member Functions inherited from SB::Core::ObjectUtilities
SB::Engine::SystemgetSystem () const
 
sc_systemgetChef () const
 
ma_enginegetMini () const
 

Additional Inherited Members

- Public Attributes inherited from SB::Core::ObjectUtilities
std::string m_debugName
 

Detailed Description

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


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