 |
RectangleNode Properties |
The RectangleNode type exposes the following members.
Properties | Name | Description |
---|
 | HeightDirection |
Direction vector of the height dimension.
Default value is (0, 1, 0), i.e., along the Y axis.
|
 | Position |
Position of the rectangle.
By default this represents the center position of the rectangle, but can be changed by PositionType property.
Default value is (0, 0, 0)
|
 | PositionType |
Type of the Position. Default value is Center.
|
 | Size |
Size of the rectangle (width and height of the 2D shape).
Default value is (1, 1)
|
 | WidthDirection |
Direction vector of the width dimension.
Default value is (1, 0, 0), i.e., along the X axis.
|
Top
See Also