Class Index | File Index

Classes


Class createjs.TweenTarget.ValueProperty


Defined in: tween_target.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
A class that changes a property of a createjs.TweenTarget object.
Method Summary
Method Attributes Method Name and Description
<static>  
createjs.TweenTarget.ValueProperty.get(properties)
Creates a list of createjs.TweenTarget.ValueProperty objects from an Object property.
 
setValue(target)
Sets a property value for the specified createjs.TweenTarget object.
Class Detail
createjs.TweenTarget.ValueProperty(setter, value)
A class that changes a property of a createjs.TweenTarget object. This class is used by the createjs.TweenTarget.StateProperty class to set Object properties.
Parameters:
{Function} setter
{*} value
Method Detail
<static> {Array.} createjs.TweenTarget.ValueProperty.get(properties)
Creates a list of createjs.TweenTarget.ValueProperty objects from an Object property.
Parameters:
{Object} properties
Returns:
{Array.}

setValue(target)
Sets a property value for the specified createjs.TweenTarget object.
Parameters:
{createjs.TweenTarget} target

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Oct 04 2016 17:11:29 GMT+0900 (JST)