Component:Laser: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
No edit summary
 
Line 13: Line 13:


== Behavior ==
== Behavior ==
When added to a slot the Laser component creates a [[Component:MeshRenderer|MeshRenderer]], a [[Component:SegmentMesh|SegmentMesh]], a [[Component:RayDriver|RayDriver]], and a red [[PBS RimMetallic]].


== Examples ==
== Examples ==

Latest revision as of 20:24, 31 March 2024

Component image 
Laser component as seen in the Scene Inspector


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Usage

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.
_material PBS_RimMetallic
_rayDriver RayDriver
_meshRenderer MeshRenderer

Behavior

When added to a slot the Laser component creates a MeshRenderer, a SegmentMesh, a RayDriver, and a red PBS RimMetallic.

Examples

See Also