FeatureNode Line Updating #2574
-
If I have a simple line with two points only, like this...
Is this the best way to update the line without having to re-create it?
Basically I have a line that needs to update periodically, but I'm getting a crash at random times and it looks like its in this area. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Make sure you are updating it safely, i.e. during the update traversal and not from a background thread or anything. |
Beta Was this translation helpful? Give feedback.
-
I suspect that may have been the problem (updating outside of the traversal) |
Beta Was this translation helpful? Give feedback.
Make sure you are updating it safely, i.e. during the update traversal and not from a background thread or anything.
Do you have a stack trace?