Comment on page
Bounds2D
The
Bounds2D
class describes the bounds of a scene element.Property | Description |
height | (get) height: ScalarSignal (set) (Not Available) Specifies the height of the scene element boundaries. Measured in 3D units. |
width | (get) width: ScalarSignal (set) (Not Available) Specifies the width of the scene element boundaries. Measured in 3D units. |
x | (get) x: ScalarSignal (set) (Not Available) Specifies the left boundary of the scene element. Relative to the parent object bounds. Measured in 3D units. Note: the offset is measured from the parent's left boundary, which might be different from the parent's origin. |
y | (get) y: ScalarSignal (set) (Not Available) Specifies the top boundary of the scene element. Relative to the parent object bounds. Measured in 3D units. Note: the offset is measured from the parent's top boundary, which might be different from the parent's origin. |
This module exposes no methods.
Last modified 3yr ago