Hey guys. I’m using JS, and I’ve been trying to make a String,List dictionary, but without an success.
import System.Collections.Generic;
static var dict : Dictionary.<String,List.<Rect>>;
What I could do is use a dictionary, where each key would be the actual name + index. Would this impact performance?