BoundingBoxSignal
The BoundingBoxSignal
class monitors bounding box values.
Properties
Property
Description
center
(get) center: Point2DSignal (set) (Not Available)
Represents the center of the bounding box, in normalized screen space units.
height
(get) height: ScalarSignal (set) (Not Available)
Represents the height of the bounding box, in normalized screen space units.
width
(get) width: ScalarSignal (set) (Not Available)
Represents the width of the bounding box, in normalized screen space units.
x
(get) x: ScalarSignal (set) (Not Available)
Represents the X-position of top left corner of the bounding box, in normalized screen space units.
y
(get) y: ScalarSignal (set) (Not Available)
Represents the Y-position of top left corner of the bounding box, in normalized screen space units.
Methods
This module exposes no methods.
Last updated