animation/
mggranimator__define.pro
Class description for mggranimator
Subclasses: mggrpropertyanimator mggrtransformanimator
Properties
- target init
- startFrame get
- start_frame init
Routines
mggranimator::getProperty, startFrame=startFrame
Get properties of the animator.
mggranimator::cleanup
Free resources.
result = mggranimator::init(target=target, start_frame=start_frame)
Initialize object.
mggranimator__define
Define member variables.
Routine details
top source mggranimator::getProperty
mggranimator::getProperty, startFrame=startFrame
Get properties of the animator.
@keyword startFrame {out}{optional}{type=long} first frame of the animator
Keywords
- startFrame
top source mggranimator::init
result = mggranimator::init(target=target, start_frame=start_frame)
Initialize object.
@returns 1 for success; 0 otherwise @keyword target {in}{required}{type=object} IDLgrModel that should be acted upon @keyword start_frame {in}{optional}{type=long} index of the animation that this animator should start acting
Keywords
- target
- start_frame
top source mggranimator__define
mggranimator__define
Define member variables.
@file_comments This class represents changes to a given target during certain steps in an animation. @field target IDLgrModel that this animator acts on @field startFrame frame of the animation that this animator starts on
File attributes
Modification date: | Mon Nov 29 18:32:22 2010 |
Lines: | 56 |
Contact me if you have enhancement requests or bug fixes.