![]() |
Sound Bakery  v0.1.0
Open-source audio middleware for games
|

Public Attributes | |
| SB::Core::DatabasePtr< NodeBase > | refNode |
| Node to reference. | |
| NodeInstanceType | type = NodeInstanceType::MAIN |
| Type of node to create. | |
| Voice * | owningVoice = nullptr |
| Voice owner. | |
| NodeInstance * | parentForChildren = nullptr |
| Parent node instance for this node instance. | |
| NodeInstance* SB::Engine::InitNodeInstance::parentForChildren = nullptr |
Parent node instance for this node instance.
Used when initializing children so it can join the DSP graph correctly.
| NodeInstanceType SB::Engine::InitNodeInstance::type = NodeInstanceType::MAIN |
Type of node to create.
Different types of nodes initialize differently. For example, parent nodes only create more parents. Children create more children.