fileName property

String fileName
final

The file name for each image in your image sequence excluding the suffix. For example, if the images in your image sequence are named as 'Frame_00000.png', 'Frame_00001.png', 'Frame_00002.png', 'Frame_00003.png' ... then the fileName should be 'Frame_'. This should be the same for all the images in your image sequence.

Implementation

final String fileName;