Skip to main content

Lottie (로티) Widget Control

The Widget Controls (Property · Method · Event) you use to control the Lottie widget from a script. For an introduction to the widget and how to use it, visit Lottie.

info

The lottieID in the examples below is the name (ID) you gave the Lottie widget on the canvas. In a script, access members as widgetID.member.

Property

info

Not applicable — the Lottie widget has no script-only Property. In a script, use the common Widget Controls below (getProperty / setProperty) to read and write values.

Method

info

Not applicable — the Lottie widget has no dedicated Method. Use the common Widget Controls below.

Event

info

Not applicable — the Lottie widget has no dedicated Event.

Common Widget Control (all widgets)

note

Every widget can use the name-based common Widget Controls (Method) such as setProperty(name, value) / getProperty(name) / setStyleProperty(styleName, styleProperty, value). See the common reference doc (to be written).