LoadImageAnim abstract method

ImageStructType LoadImageAnim(
  1. String fileName
)

Load image sequence from file (frames appended to image.data)

Implementation

ImageStructType LoadImageAnim(
  String fileName,
);