The '''MultiLineMesh''' component generates geometry for use with a [[Component:MeshRenderer]]. For now, this component is unusable without [[Mods]] due to having a list type object.
|Scales|{{RootFieldType|SyncArray`1|[[Type:Float|Float]]}}|TypeAdv12=true| The scale of each line segment. Each one is multipled by <code>Scales</code> for the final geometry.
|PointOffsets|{{RootFieldType|SyncArray`1|[[Type:Float3|Float3]]}}|TypeAdv16=true| The offset of each point of the line. Used in tandem with <code>Orientations</code> to handle line shape.
}}
}}
<!--T:3-->
== Usage ==
Attach to a slot and insert into a [[Component:MeshRenderer]] to view the generated geometry. Don't forget to use a [[Material]].
<!--T:4-->
<!--T:4-->
== Examples ==
== Examples ==
{{stub}}
<!--T:5-->
<!--T:5-->
== Related Components ==
== See Also ==
</translate>
</translate>
[[Category:ComponentStubs]]
[[Category:Components{{#translation:}}|Multi Line Mesh]]
[[Category:Components{{#translation:}}|Multi Line Mesh]]
[[Category:Components:Assets:Procedural Meshes{{#translation:}}|Multi Line Mesh]]
[[Category:Components:Assets:Procedural Meshes{{#translation:}}|Multi Line Mesh]]
[[Category:Components With Nested Types{{#translation:}}|Multi Line Mesh]]
[[Category:Components With Nested Types{{#translation:}}|Multi Line Mesh]]
The MultiLineMesh component generates geometry for use with a Component:MeshRenderer. For now, this component is unusable without Mods due to having a list type object.
If true, integrating this asset (e.g. processing procedural assets) gets higher priority than assets with this flag off. An example is user laser procedural meshes.
the bounding box this component should say it has when OverrideBoundingBox is enabled. Useful for bounding box calculations with Flux, or changing the selection box for this component when rendered.
Bake meshes is a sync method that creates a static mesh component with this component, replaces all references to this component with the static mesh component, then deletes this component.