DOTween
0.8.530
|
Used to allow method chaining with DOTween.Init More...
Public Member Functions | |
IDOTweenInit | SetCapacity (int tweenersCapacity, int sequencesCapacity) |
Directly sets the current max capacity of Tweeners and Sequences (meaning how many Tweeners and Sequences can be running at the same time), so that DOTween doesn't need to automatically increase them in case the max is reached (which might lead to hiccups when that happens). Sequences capacity must be less or equal to Tweeners capacity (if you pass a low Tweener capacity it will be automatically increased to match the Sequence's). Beware: use this method only when there are no tweens running. More... | |
Used to allow method chaining with DOTween.Init
IDOTweenInit SetCapacity | ( | int | tweenersCapacity, |
int | sequencesCapacity | ||
) |
Directly sets the current max capacity of Tweeners and Sequences (meaning how many Tweeners and Sequences can be running at the same time), so that DOTween doesn't need to automatically increase them in case the max is reached (which might lead to hiccups when that happens). Sequences capacity must be less or equal to Tweeners capacity (if you pass a low Tweener capacity it will be automatically increased to match the Sequence's). Beware: use this method only when there are no tweens running.
tweenersCapacity | Max Tweeners capacity. Default: 200 |
sequencesCapacity | Max Sequences capacity. Default: 50 |
Implemented in DOTweenComponent.