(transparency: RenderTransparency)
| 640 | } |
| 641 | |
| 642 | public setTransparency(transparency: RenderTransparency): void{ |
| 643 | this.transparency = transparency; |
| 644 | } |
| 645 | |
| 646 | // Private methods |
| 647 | private handleAnimation(): void{ |
no outgoing calls
no test coverage detected