ARImage constructor

最近更新时间:2022-09-20 05:17:40

ARImage(
    String url,
    int x,
    int y,
    int width,
    int height
)

Constructs a ARImage

Implementation

ARImage(this.url, this.x, this.y, this.width, this.height);