Interfaces
 InterfaceDescription
 ITweenBuilder Interface of playing tween set by the editor.
Classes
 ClassDescription
 DefaultTweenBuilder Default implementation of ITweenBuilder Example data1: {"time":1, "properties":{"scaleX":0.9, "scaleY":0.9, "repeatCount":0, "reverse":true}} Example data2: [{"properties":{"repeatCount":0,"scaleY":0.9,"reverse":true,"scaleX":0.9},"time":1},{"properties":{"repeatCount":0,"alpha":0,"reverse":true},"time":0.5}] Example data3: {"time":0.5,"properties":{"repeatCount":0,"reverse":true},"delta":{"y":-10}}