Hello,
I have asked a few questions about this before. But all of them have gone Right over my head
Is there any easy way to access the positions variable of the line renderer?
Thanks!
Hello,
I have asked a few questions about this before. But all of them have gone Right over my head
Is there any easy way to access the positions variable of the line renderer?
Thanks!
You mean more than what SetPosition provides?
Please elaborate.
Yes. I need to not just change them but to access what they are.
if the LineRenderer is plotting from, for instance, A to B… surely you already know what these positions are or are already storing these positions somewhere (or can easily store these positions if you need them). Not sure what you are trying to do.
Yes, I thought of that… But in the long run I think it would be easer to have a function named: GetPosition also.
Well for instance he is trying NOT to duplicate data storage. I mean, it IS pretty dumb to have an array of point that for some reason you cannot access, and you need to store it in another array just because.
agreed, but that is the way it is for the moment.