new PIXI.prepare.TimeLimiter (maxMilliseconds) TimeLimiter.js:10 Name Type Description maxMilliseconds number The maximum milliseconds that can be spent preparing items each frame. Methods allowedToUpload ()boolean TimeLimiter.js:43 Checks to see if another item can be uploaded. This should only be called once per item. Returns: Type Description boolean If the item is allowed to be uploaded. beginFrame () TimeLimiter.js:34 Resets any counting properties to start fresh on a new frame.