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.
setPosition(position, suppressEvents) — Method in class com.gskinner.motion.GTween
Sets the position of the tween.
setPosition(value, suppressEvents) — Method in class com.gskinner.motion.GTweenTimeline
setPosition(position, suppressEvents) — Method in class com.gskinner.motion.GTweeny
Sets the position of the tween.
setProperties(properties) — Method in class com.gskinner.motion.GTween
Shorthand method for making multiple setProperty calls quickly.
setProperties(properties) — Method in class com.gskinner.motion.GTweeny
Shorthand method for making multiple setProperty calls quickly.
setProperty(name, value) — Method in class com.gskinner.motion.GTween
Sets the numeric end value for a property on the target object that you would like to tween.
setProperty(name, value) — Method in class com.gskinner.motion.GTweeny
Sets the numeric end value for a property on the target object that you would like to tween.
setPropertyValue(target, propertyName, value) — Static method in class com.gskinner.motion.GTweenTimeline
Sets a property value on a specified target object.
setStartProperties(properties) — Method in class com.gskinner.motion.GTween
Allows you to manually assign the start property values for a tween.
setTweenProperties(properties) — Method in class com.gskinner.motion.GTween
Shortcut method for setting multiple properties on the tween instance quickly.
setTweenProperties(properties) — Method in class com.gskinner.motion.GTweeny
Shortcut method for setting multiple properties on the tween instance quickly.
snapping — Property in class com.gskinner.motion.GTween
If set to true, tweened values specified by snappingProperties will be rounded (snapped) before they are assigned to the target.
snapping — Property in class com.gskinner.motion.GTweeny
If set to true, tweened values specified by snappingProperties will be rounded (snapped) before they are assigned to the target.
snappingProperties — Static property in class com.gskinner.motion.GTween
A hash table specifying properties that should have their value rounded (snapped) before being applied.
snappingProperties — Static property in class com.gskinner.motion.GTweeny
A hash table specifying properties that should have their value rounded (snapped) before being applied.
START — Constant static property in class com.gskinner.motion.GTween
Constant for the START state.
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