Capítulo 64 de 859
Node material version of LineDashedMaterial.
scale property. This node property allows to overwrite the default and define…dashSize property. This node property allows to overwrite the default and…gapSize property. This node property allows to overwrite the default and d…dashOffset property. This node property allows to overwrite the default and …Constructor
| Signature |
|---|
new LineDashedNodeMaterial( parameters : Object ) |
Properties
| Property | Description |
|---|---|
.dashOffset : number | The dash offset. |
.dashScaleNode : Node.<float> | 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. |
.dashSizeNode : Node.<float> | 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. |
.gapSizeNode : Node.<float> | 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. |
.isLineDashedNodeMaterial : boolean (readonly) | This flag can be used for type testing. |
.offsetNode : Node.<float> | 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. |
Methods
| Method | Description |
|---|---|
.setupVariants( builder : NodeBuilder ) | Setups the dash specific node variables. |