Component:LerpingMultiClipPlayer: Difference between revisions

From Resonite Wiki
Automated: update component fields
Automated: update Fields, Categories
 
Line 12: Line 12:
{{Table ComponentFields
{{Table ComponentFields
|Lerp|Float|
|Lerp|Float|
|Tracks|{{RootFieldType|SyncList`1|[[Type:Track|Track]]}}|TypeAdv1=true|
|Tracks|{{RootFieldType|SyncList`1|[[#Track|Track]]}}|TypeAdv1=true|
}}
}}


Line 26: Line 26:
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components{{#translation:}}|Lerping Multi Clip Player]]
[[Category:Components{{#translation:}}|Lerping Multi Clip Player]]
[[Category:Components With Nested Types{{#translation:}}|Lerping Multi Clip Player]]
[[Category:Components:Audio{{#translation:}}|Lerping Multi Clip Player]]
[[Category:Components:Audio{{#translation:}}|Lerping Multi Clip Player]]

Latest revision as of 20:24, 3 March 2024


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


Component image 
Lerping Multi Clip Player component as seen in the Scene Inspector


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.
Lerp Float
Tracks list of Track

Usage

Examples

Related Components