Component:LegacyAudioPlayer

From Resonite Wiki
Revision as of 12:34, 31 March 2025 by Delta (talk | contribs) (bap)
Component image 
Legacy Audio Player component as seen in the Scene Inspector


This article or section is a Stub. You can help the Resonite Wiki by expanding it.

Usage

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.
AudioClip AudioClip
_clipPlayer AudioClipPlayer
_audioOutput AudioOutput
_waveformMaterial UnlitMaterial
_playbackMaterial UnlitMaterial
_waveformRingMesh RingMesh
_playbackRingMesh RingMesh
_playbackRingArc field drive of Float
_volumeRingArc field drive of Float
_playbackTimeText field drive of String
_clipLengthTimeText field drive of String
_iconTextureURL field drive of Uri
_stopItem LegacySegmentCircleMenuController.Item
_loopItem LegacySegmentCircleMenuController.Item
_spatialItem LegacySegmentCircleMenuController.Item
_loopIconURL field drive of Uri
_spatialIconURL field drive of Uri
_exportable AudioExportable
_assetProxy AssetProxy`1<AudioClip>

Sync Delegates

Behavior

Examples

See Also