WhenAllReady static method

void WhenAllReady(
  1. List<BaseTexture> textures,
  2. void callback()
)

Implementation

external static void WhenAllReady(List<BaseTexture> textures, void Function() callback);