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
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
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|---|---|---|
StopPressed:Action`1<LegacySegmentCircleMenuController.Item>
|
Action`1<LegacySegmentCircleMenuController.Item> | ✓ | |
LoopToggle:Action`1<LegacySegmentCircleMenuController.Item>
|
Action`1<LegacySegmentCircleMenuController.Item> | ✓ | |
SpatialToggle:Action`1<LegacySegmentCircleMenuController.Item>
|
Action`1<LegacySegmentCircleMenuController.Item> | ✓ |