版本
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.