unreal.RaDistanceRolloffModel
¶
- class unreal.RaDistanceRolloffModel¶
Bases:
unreal.EnumBase
ERa Distance Rolloff Model
C++ Source:
Plugin: ResonanceAudio
Module: ResonanceAudio
File: ResonanceAudioEnums.h
- LINEAR¶
Linear distance attenuation model.
- Type
1
- LOGARITHMIC¶
Logarithmic distance attenuation model (default).
- Type
0
- NONE¶
Use Unreal Engine attenuation settings.
- Type
2