menu
版本
2024.1.5.8803
2024.1.5.8803
2023.1.13.8732
2022.1.19.8584
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.5.8803
2023.1.13.8732
2022.1.19.8584
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise Unity Integration Documentation
|
A radial emitter is for sounds that are not point sources, but instead originate from a region of space. 更多...
继承自 MonoBehaviour .
Public 属性 | |
float | outerRadius = 0.0f |
float | innerRadius = 0.0f |
A radial emitter is for sounds that are not point sources, but instead originate from a region of space.
A radial emitter is described by an inner and outer radius. The radii are used in spread and distance calculations, simulating a radial sound source. Since all game objects have a position and orientation, the position (center) and local axes are defined by the AkGameObj component required by this component.