Introducing animation
Following naming conventions
- Most nodes have exposedFields
- If the exposed field name is xxx, then:
- set_xxx is an
eventIn to set the field
- xxx_changed is an
eventOut that sends when the field changes
- The set_ and
_changed sufixes are
optional but recommended for clarity
- The Transform node has:
- rotation field
- set_rotation eventIn
- rotation_changed eventOut