method Video.deleteGraphic
Video.deleteGraphic(graphic)

指定したグラフィック(スプライトやテキスト)を画面から削除するよ 🗑️❌

Parameters

graphic

削除したい Sprite または Text のインスタンス 📁

Return Type

Usage

import { Video } from ".";