Protected
_alphaProtected
attachedProtected
childProtected
containerProtected
materialStatic
onStatic
onReturns the current alpha of the view
Protected
configGets the color of the line at the end.
Gets the width of the line at the end.
Sets the width of the line at the end.
Return the local scale of an object, assuming uniform scaling
Gets the color of the line at the start.
Gets the width of the line at the start.
Sets the width of the line at the start.
Protected
addaddOnDestroyCallback adds a callback to call when the view is destroyed
Protected
destroyProtected
detachProtected
newProtected
onProtected
recursivelyProtected
removeSet the alpha of the View to a, and recursively apply this alpha to all descendents. The alpha will be applied by setting the .a component of baseColor to a.
The value to set the alpha of the view to, from 0 to 1
Sets line to a single solid color instead of a gradient
color of the line
Updates position of point (in this._points) at the indicated index
(index in the points[] array) of the vertex to be changed
the vertex's new position
The LineRenderer is a custom component that draws a line in 3D space with RenderMeshVisual. It uses MeshBuilder to programmatically generate a line strip given a list of points provided by the user.