Component:LegacyAudioRolloffCurveAdapter: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Legacy Audio Rolloff Curve Adapter
|Name=Legacy Audio Rolloff Curve Adapter
}}
}}
The '''Legacy Audio Rolloff Curve Adapter''' component
The '''Legacy Audio Rolloff Curve Adapter''' component is used to convert driven values from the old audio system to [[Awwdio]].
{{stub}}


== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Target|{{RootFieldType|FieldDrive`1|[[Type:Nullable`1|Nullable`1]]<[[Type:AudioRolloffCurve|AudioRolloffCurve]]>}}|TypeAdv0=true|
|Target|{{RootFieldType|FieldDrive`1|[[Type:Nullable`1|Nullable`1]]<[[Type:AudioRolloffCurve|AudioRolloffCurve]]>}}|TypeAdv0=true| The field to drive with the value converted.
|Value|'''[[Type:Nullable`1|Nullable`1]]<[[Type:AudioRolloffCurve|AudioRolloffCurve]]>'''|TypeAdv1=true|
|Value|'''[[Type:Nullable`1|Nullable`1]]<[[Type:AudioRolloffCurve|AudioRolloffCurve]]>'''|TypeAdv1=true| The field being driven by a system using the legacy audio curve settings from before [[Awwdio]].
}}
}}


== Usage ==
== Usage ==
used in legacy content only.


== Examples ==
== Examples ==
Line 20: Line 20:
[[Category:Components:Uncategorized{{#translation:}}|Legacy Audio Rolloff Curve Adapter]]
[[Category:Components:Uncategorized{{#translation:}}|Legacy Audio Rolloff Curve Adapter]]
[[Category:Components{{#translation:}}|Legacy Audio Rolloff Curve Adapter]]
[[Category:Components{{#translation:}}|Legacy Audio Rolloff Curve Adapter]]
[[Category:ComponentStubs]]

Latest revision as of 05:35, 9 May 2025

Component image 
File:LegacyAudioRolloffCurveAdapterComponent.png
Legacy Audio Rolloff Curve Adapter component as seen in the Scene Inspector

The Legacy Audio Rolloff Curve Adapter component is used to convert driven values from the old audio system to Awwdio.

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 Nullable`1<AudioRolloffCurve> The field to drive with the value converted.
Value Nullable`1<AudioRolloffCurve> The field being driven by a system using the legacy audio curve settings from before Awwdio.

Usage

used in legacy content only.

Examples

See Also