989onan bot (talk | contribs) Automated: update Fields |
bap |
||
Line 10: | Line 10: | ||
|_clipPlayer|'''[[Component:AudioClipPlayer|AudioClipPlayer]]'''|TypeAdv1=true| | |_clipPlayer|'''[[Component:AudioClipPlayer|AudioClipPlayer]]'''|TypeAdv1=true| | ||
|_audioOutput|'''[[Component:AudioOutput|AudioOutput]]'''|TypeAdv2=true| | |_audioOutput|'''[[Component:AudioOutput|AudioOutput]]'''|TypeAdv2=true| | ||
|_waveformMaterial|'''[[UnlitMaterial|UnlitMaterial]]'''|TypeAdv3=true| | |_waveformMaterial|'''[[Component:UnlitMaterial|UnlitMaterial]]'''|TypeAdv3=true| | ||
|_playbackMaterial|'''[[UnlitMaterial|UnlitMaterial]]'''|TypeAdv4=true| | |_playbackMaterial|'''[[Component:UnlitMaterial|UnlitMaterial]]'''|TypeAdv4=true| | ||
|_waveformRingMesh|'''[[Component:RingMesh|RingMesh]]'''|TypeAdv5=true| | |_waveformRingMesh|'''[[Component:RingMesh|RingMesh]]'''|TypeAdv5=true| | ||
|_playbackRingMesh|'''[[Component:RingMesh|RingMesh]]'''|TypeAdv6=true| | |_playbackRingMesh|'''[[Component:RingMesh|RingMesh]]'''|TypeAdv6=true| |
Revision as of 12:34, 31 March 2025
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> | ✓ |