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);
最近更新时间:2022-09-20 05:17:40
ARImage(
    String url,
    int x,
    int y,
    int width,
    int height
)
Constructs a ARImage
ARImage(this.url, this.x, this.y, this.width, this.height);