PresentationPlayer constructor

init

Creates new instance of the PresentationPlayer.

def __init__(self, generator, fps):
    ...
ParameterTypeDescription
generatorPresentationAnimationsGenerator
fpsfloatFrames per second (FPS)

See Also