A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
DefaultLocalization — class, package starlingbuilder.engine.localization
Default implementation of ILocalization
DefaultLocalization(data:Object, locale:String) — Constructor, class starlingbuilder.engine.localization.DefaultLocalization
Constructor
DefaultLocalizationHandler — class, package starlingbuilder.engine.localization
Default implementation of ILocalizationHandler
DefaultTweenBuilder — class, package starlingbuilder.engine.tween
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}}
DefaultTweenBuilder() — Constructor, class starlingbuilder.engine.tween.DefaultTweenBuilder
Constructor
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z