Sound Bakery 
v0.1.0
Open-source audio middleware for games
Loading...
Searching...
No Matches
blend_container.h
1
#pragma once
2
3
#include "sound_bakery/node/container/container.h"
4
5
namespace
sbk::engine
6
{
7
class
SB_CLASS
BlendContainer
:
public
container
8
{
9
public
:
10
virtual
void
gather_children_for_play(
gather_children_context
& context)
const override
;
11
12
REGISTER_REFLECTION(
BlendContainer
,
container
)
13
RTTR_REGISTRATION_FRIEND
14
};
15
}
// namespace sbk::engine
sbk::engine::BlendContainer
Definition
blend_container.h:8
sbk::engine::container
Base container type. Inherited types include sounds, random, sequence etc.
Definition
container.h:49
sbk::engine::gather_children_context
Contains all information required for gathering sounds for runtime playing and selection.
Definition
container.h:13
src
sound_bakery
node
container
blend_container.h
Generated by
1.9.8