<<<<<<<<<<<<<<<<<

generator(gener) Script Generators generator(gener)

NAME

generator - a mixin class, a parent of script generator classes

DESCRIPTION

This class provides common instance variables and messages for script generator classes

SUPERCLASS

object

INSTANCE VARIABLES

cue Name of a cue used in generated script. Default is nil.

duration Duration of a cue in generated script. Default is 1.

file Name of a file to store generated script. Default is temp.scr.

renderer Name of a a renderer in generated script. Default is nil.

scene Name of a a scene in generated script. default is nil.

start Value of start variable in generated script. Default is 0.

MESSAGES

cue= argument Sets the cue value to the argument.

cue? Returns cue value.

duration= argument Sets the duration value to the argument.

duration? Returns duration value.

file= argument Sets the file value to the argument.

file? Returns file value.

renderer= argument Sets the renderer value to the argument.

renderer? Returns renderer value.

scene= argument Sets the scene value to the argument.

scene? Returns scene value.

start= argument Sets the start value to the argument.

start? Returns start value.

EXAMPLE

see example in keyframe

SEE ALSO

time_generator, keyframe


Please send comments and suggestions to
consult@rpi.edu