interface SceneLabel {
    fontSize: number;
    position: Point2;
    text: string;
}

Properties

fontSize: number
position: Point2
text: string