Class Index | File Index

Classes


Class GLGE.Animatable

Animation class to agument animatiable objects
Defined in: glge.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
update animated properties on this object
 
Gets the animation vector of this object
 
Gets the frame rate of the animation
 
setAnimation(animationVector)
Sets the animation vector of this object
 
setFrameRate(value)
Sets the frame rate of the animation
Class Detail
GLGE.Animatable()
Method Detail
animate()
update animated properties on this object

{AnimationVector} getAnimation()
Gets the animation vector of this object
Returns:
{AnimationVector}

{number} getFrameRate()
Gets the frame rate of the animation
Returns:
{number} the current frame rate

setAnimation(animationVector)
Sets the animation vector of this object
Parameters:
{GLGE.AnimationVector} animationVector
the animation to apply to this object

setFrameRate(value)
Sets the frame rate of the animation
Parameters:
{number} value
the frame rate to set

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Dec 21 2009 20:52:54 GMT-0000 (GMT)