This repository was archived by the owner on Mar 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
AnimateTrack
megamaz edited this page Mar 3, 2021
·
2 revisions
This is the AnimateTrack class. It serves as a data container for AnimateTrack events.
The event does not have to exist inside the
level.datfor an instance to be created.
import noodleExtensions as NE
NE.AnimateTrack(
beat=10, # the beat at which the event happens
track="ExampleTrack", # The track to animate
duration=1, # how many beats the animation lasts
# any data for animating will be put as [property]=[data]
_position=[[0, 0, 0, 0]] # this animation does nothing.
)Creates a new AnimateTrack event from dict data.
classmethodfromdict
- Parameters
-
data(dict)
-
The event in dict form
dictevent
The beat at which the event will happen
float_time
The track that is being animated
str_track
The duration of the event
float_duration
The properties that are being animated
dict_properties
There is no more support for this.
If it doesn't link, it's a WIP. If you want to read it anywyas, Check the pages above.