Controls the direction in which Text3D meshes are extruded relative to the component's local position.
Lens Scripting Version 364
// @input Component.Text3D text3dscript.text3d.extrudeDirection = Text3DExtrudeDirection.Both; Copy
// @input Component.Text3D text3dscript.text3d.extrudeDirection = Text3DExtrudeDirection.Both;
Extrudes meshes backwards from the local position.
Extrudes meshes in both directions from the local position.
Extrudes meshes forwards from the local position.
Controls the direction in which Text3D meshes are extruded relative to the component's local position.
Since
Lens Scripting Version 364
Example