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
maximum opacity level of the line
Set the maximum opacity level of the line
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.
visual gradient style of the line
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
InteractorLineRenderer is a modified LineRenderer meant for use with Interactors. It uses a special shader material in order to display the line gradients and visuals shown in the spec.