Enter the explosion rendering view. In this view, we will render a number of elements with specified translation. There is a transition animation from current rendering to the final explosion result. In this view, no tools and effects are available. Refer to samples/explode-view for the usage.
Signature:
enterExplodedView(elementsArray: Array<string[]>, translations: Array<Float32Array>): void;| Parameter | Description |
|---|---|
| elementsArray | The elements group with different translations. |
| translations | Ditto. |
Returns:
void