LoadImageEx method

void LoadImageEx(
  1. String path,
  2. int type,
  3. Function success,
  4. Function error,
)

Implementation

external void LoadImageEx(
    String path, int type, Function success, Function error);