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  
setAssignment(assignmentTarget, assignmentProperty) — Method in class com.gskinner.motion.GTween
Allows you to tween objects that require re-assignment whenever they are modified by reassigning the target object to a specified property of another object.
setProperties(properties) — Method in class com.gskinner.motion.GTween
Shorthand method for making multiple setProperty calls quickly.
setProperty(propertyName, value) — Method in class com.gskinner.motion.GTween
Sets the numeric destination value for a property on the target object that you would like to tween.
setTweenProperties(tweenProperties) — Method in class com.gskinner.motion.GTween
Shortcut method for setting multiple properties on the tween object quickly.
state — Property in class com.gskinner.motion.GTween
Returns the current positional state of the tween.
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