File: LineDashedNodeMaterial.md | Updated: 11/15/2025
Node material version of LineDashedMaterial.
Constructs a new line dashed node material.
parameters | The configuration parameter.
---|---
The dash offset.
Default is 0.
The scale of dash materials is by default inferred from the scale property. This node property allows to overwrite the default and define the scale with a node instead.
If you don't want to overwrite the scale but modify the existing value instead, use materialLineScale.
Default is null.
The dash size of dash materials is by default inferred from the dashSize property. This node property allows to overwrite the default and define the dash size with a node instead.
If you don't want to overwrite the dash size but modify the existing value instead, use materialLineDashSize.
Default is null.
The gap size of dash materials is by default inferred from the gapSize property. This node property allows to overwrite the default and define the gap size with a node instead.
If you don't want to overwrite the gap size but modify the existing value instead, use materialLineGapSize.
Default is null.
This flag can be used for type testing.
Default is true.
The offset of dash materials is by default inferred from the dashOffset property. This node property allows to overwrite the default and define the offset with a node instead.
If you don't want to overwrite the offset but modify the existing value instead, use materialLineDashOffset.
Default is null.
Setups the dash specific node variables.
builder | The current node builder.
---|---
Overrides: NodeMaterial#setupVariants