CurveRenderer MembersBigBangProductions Easy Curves

The CurveRenderer type exposes the following members.
Methods

  NameDescription
Public methodClone
This method makes sure that a new line is rendered which is not linked to the old curve anymore (allows new settings)
Public methodDelete
Deletes the curve renderer
Public methodRedraw
Redraws the curve
Back to Top
Properties

  NameDescription
Public propertyCalculateAccurate
Wether the line should be renderered accuratly (accurate segment distances)
Public propertyCurve
The Curve that will be rendererd with the LineRenderer
Public propertyEnableEditing
Wether the CurveRenderer should be editable in the editor or not (spline settings, etc)
Public propertyLineRenderer
The line renderer used to render the Curve
Public propertyLineSegmentLength
Defines the lenght of a line segment
Public propertyTargetWithCurve
Set this transform if you want to use a curve from another game object (where this curve renderer is not attached) Useful if you want to render a curve multiple times if you want to render the curve multiple times but with slight variations
Back to Top
See Also