Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Component:LegacyAudioOutputDopplerAdapter

From Resonite Wiki
Component image 
File:LegacyAudioOutputDopplerAdapterComponent.png
Legacy Audio Output Doppler Adapter component as seen in the Scene Inspector

The Legacy Audio Output Doppler Adapter component is used to auto convert values from the old unity system for doppler values to the new Awoodio systems added as part of the optimization updates era of Resonite. This is to convert old content to new content, and shouldn't be used in new items, unless being perfectly exact to content ported via the Unity SDK is necessary.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
Target field drive of Float The target to drive with the converted value
Value Float The value to convert to the new system from the old one.
SpatialBlend direct RelayRef`1<IField`1<Float>> The field representing the SpatialBlend value field.
Spatialize direct RelayRef`1<IField`1<Bool>> The field representing the Spatialize value field.

Usage

Examples

See Also