AxisTriadLayer.setSizePx¶
Summary¶
AxisTriadLayer.setSizePx sets the projected axis length for a screen-anchored triad.
Values are clamped to at least 8 pixels.
Syntax¶
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
value |
number |
Yes | Screen-space axis length in CSS pixels. |
Returns¶
this - The same instance for method chaining.
Type Details¶
The effective value is Math.max(8, value).