Component:RayDriver: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page RayDriver (Component) to Component:RayDriver: Creating component Namespace
Automated: update Fields
Line 12: Line 12:
{{Table ComponentFields
{{Table ComponentFields
|MaxDistance|Float|
|MaxDistance|Float|
|PointA|Sync`1|TypeString1=Sync<float3>|
|PointA|{{RootFieldType|DriveRef`1|[[Type:Sync`1|Sync`1]]&lt;[[Type:Float3|Float3]]&gt;}}|TypeAdv1=true|
|PointB|Sync`1|TypeString2=Sync<float3>|
|PointB|{{RootFieldType|DriveRef`1|[[Type:Sync`1|Sync`1]]&lt;[[Type:Float3|Float3]]&gt;}}|TypeAdv2=true|
|LocalOrigin|Float3|
|LocalOrigin|Float3|
|LocalDirection|Float3|
|LocalDirection|Float3|

Revision as of 21:26, 3 March 2024


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


Component image 
Ray Driver component as seen in the Scene Inspector


Fields

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.
MaxDistance Float
PointA direct DriveRef`1<Sync`1<Float3>>
PointB direct DriveRef`1<Sync`1<Float3>>
LocalOrigin Float3
LocalDirection Float3

Usage

Examples

Related Components