Bluefinger / bevy_turborand

A plugin to enable random number generation for the Bevy game engine.
Apache License 2.0
35 stars 5 forks source link

feat(Rng): Reflection support #10

Closed Bluefinger closed 1 year ago

Bluefinger commented 1 year ago

Adding in reflection support under the serialized feature flag. Got it working after seeing some strategies for reflecting certain internal values, though will need to check and resolve if this works as intended.