Class Index | File Index

Classes


Class createjs.TweenTarget.BooleanProperty


Extends .

Defined in: tween_target.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
A class that changes a boolean property of a createjs.TweenTarget object.
Method Summary
Method Attributes Method Name and Description
 
clone(target, targets, opt_value)
<static>  
createjs.TweenTarget.BooleanProperty.get(setter, start)
Creates a new createjs.TweenTarget.BooleanProperty object.
 
getBoolean(ratio)
Retrieves the interpolated value.
 
setValue(target, proxy, ratio, listener, position, targets)
Class Detail
createjs.TweenTarget.BooleanProperty(setter, start, end)
A class that changes a boolean property of a createjs.TweenTarget object.
Parameters:
{function(boolean)} setter
{boolean} start
{boolean} end
Method Detail
clone(target, targets, opt_value)
Parameters:
target
targets
opt_value

<static> {createjs.TweenTarget.BooleanProperty} createjs.TweenTarget.BooleanProperty.get(setter, start)
Creates a new createjs.TweenTarget.BooleanProperty object.
Parameters:
{function(boolean)} setter
{boolean} start
Returns:
{createjs.TweenTarget.BooleanProperty}

{boolean} getBoolean(ratio)
Retrieves the interpolated value.
Parameters:
{number} ratio
Returns:
{boolean}

setValue(target, proxy, ratio, listener, position, targets)
Parameters:
target
proxy
ratio
listener
position
targets

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