bevy_xpbd
bevy_xpbd copied to clipboard
Manually mutate `Rotation`.
trafficstars
Is there a way to manually mutate the Rotation component? Looking at the methods, it looks like that they all just return new structs. Is there a way to actually change the rotation manually?
Dummy me, I can just do *rotation = .... But still some helper methods that can mutate self would be helpful.