interface SceneTextItem {
    pos: Point2;
    text: string;
}

Properties

Properties

pos: Point2
text: string