Component:BezierCurve

From Resonite Wiki
Revision as of 00:37, 24 October 2024 by 989onan (talk | contribs) (add link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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


Component image 
Bezier Curve component as seen in the Scene Inspector

Bezier curve is used along with Bezier Tube Mesh to define the array of curve points that control the mesh's shape. See Bezier Tube Mesh for a full example.

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.
Points direct SyncRelayList`1<CurvePoint> A list of controlling Curve Points.
CoordinateSpace Slot The Coordinate Space in which to do curve calculations in.
AssignCurveData direct DriveRef`1<SyncCurve`1<Float3>> The list to fill with curve data, which is the Points field of a Bezier Tube Mesh.

Usage

Examples

Related Components