Warnings about impure methods #79
-
I'm storing my I'm assuming all the methods are pure in the sense that they don't actually change the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
None of the world methods modify the |
Beta Was this translation helpful? Give feedback.
None of the world methods modify the
World
struct, except forWorld.Dispose()
andWorld.Reset()
. In the next release I'll change theWorld
struct to be readonly and get rid of any code that modifies the world handle.