|
|
PixelBullet
0.0.1
A C++ game engine
|
Public Member Functions | |
| bool | operator== (const AudioSourceComponent &other) const noexcept |
Public Attributes | |
| bool | enabled = true |
| VirtualPath | clip |
| bool | autoplay = true |
| bool | loop = false |
| float | volume = 1.0f |
| bool | spatial = false |
| float | min_distance = 1.0f |
| float | max_distance = 20.0f |