- Home /
Question by
3dDude · Feb 28, 2010 at 02:22 PM ·
linerenderer
line renderer help
is there a way to access the positions array of the line renderer?
Comment
Best Answer
Answer by Ashkan_gc · Feb 28, 2010 at 02:32 PM
there is not any method to directly do that. you can add all of vertex positions to an array and then use that array to set positions in LineRenderer so you can use the array to get positions. also you can create a new component as the child of LineRenderer and add the feature that you want using a private array and new SetPosition and GetPosition methods.
Your answer
Follow this Question
Related Questions
Obtaining pixels from line renderer 0 Answers
two linerenderer bug 0 Answers
Lerp Never Reaches Target 2 Answers
Draw shortest distance between 2 points on a sphere 1 Answer
Line Renderer Issues 1 Answer