Wwise SDK 2021.1.9
AkImageSourceSettings
Version
Wwise SDK 2021.1.9
|
AkImageSourceSettings Struct Reference
#include <AkSpatialAudio.h>
Public Member Functions | |
AkImageSourceSettings () | |
AkImageSourceSettings (AkVector in_sourcePosition, AkReal32 in_fDistanceScalingFactor, AkReal32 in_fLevel) | |
~AkImageSourceSettings () | |
AkImageSourceSettings & | operator= (const AkImageSourceSettings &src) |
Operator =. More... |
|
void | SetOneTexture (AkUniqueID in_texture) |
void | SetName (const char *in_pName) |
Public Attributes | |
AkImageSourceParams | params |
Image source parameters. More... |
|
AkImageSourceTexture | texture |
Acoustic texture that goes with this image source. More... |
|
AK::SpatialAudio::String | name |
Name given to image source, can be used to identify the image source in the AK Reflect plugin UI. More... |
|
Detailed Description
Definition at line 94 of file AkSpatialAudio.h.