Render2DRectangleOptions
Defined in: client/api.d.ts:224
Colored rectangle options.
Extends
Section titled “Extends”Properties
Section titled “Properties”clipping
Section titled “clipping”clipping:
boolean|null
Defined in: client/api.d.ts:198
Whether clipping is enabled.
Inherited from
Section titled “Inherited from”clipRect
Section titled “clipRect”clipRect:
Render2DRect|null
Defined in: client/api.d.ts:203
Normalized clipping rectangle.
Inherited from
Section titled “Inherited from”color:
Color|null
Defined in: client/api.d.ts:228
Normalized RGBA color.
nonOverlapGroup
Section titled “nonOverlapGroup”nonOverlapGroup:
number|null
Defined in: client/api.d.ts:218
Native non-overlap group.
Inherited from
Section titled “Inherited from”Render2DNodeOptions.nonOverlapGroup
parent
Section titled “parent”parent:
Render2DContainer|null
Defined in: client/api.d.ts:178
Optional container parent; defaults to the canvas root.
Inherited from
Section titled “Inherited from”pixelClipping
Section titled “pixelClipping”pixelClipping:
boolean|null
Defined in: client/api.d.ts:208
Whether pixel clipping is enabled.
Inherited from
Section titled “Inherited from”Render2DNodeOptions.pixelClipping
position
Section titled “position”position:
Vector2|null
Defined in: client/api.d.ts:183
Normalized position local to the parent.
Inherited from
Section titled “Inherited from”size:
Vector2|null
Defined in: client/api.d.ts:188
Normalized size.
Inherited from
Section titled “Inherited from”useAllMonitors
Section titled “useAllMonitors”useAllMonitors:
boolean|null
Defined in: client/api.d.ts:213
Whether the node spans all monitors.
Inherited from
Section titled “Inherited from”Render2DNodeOptions.useAllMonitors
visible
Section titled “visible”visible:
boolean|null
Defined in: client/api.d.ts:193
Initial visibility.
