PointClickEngine::Graphics::Utils::Screenshot::Sequence
Inherits Reference < Object
Capture sequence for animation
Constructors
new(directory : String = "sequences", prefix : String = "frame", format : Format = Format::PNG, interval : Float32 = 0.1_f32, max_frames : Int32 = 1000)
SourceInstance methods
directory
Sourcedirectory=(directory : String)
Sourceformat
Sourceformat=(format : Format)
Sourceframe_count
Sourceframe_count=(frame_count : Int32)
Sourceinterval
Sourceinterval=(interval : Float32)
Sourcemax_frames
Sourcemax_frames=(max_frames : Int32)
Sourceprefix
Sourceprefix=(prefix : String)
Source