Quantcast
Channel: Recent Discussions — Photon Engine
Viewing all articles
Browse latest Browse all 15755

[Request] Setting State Properties Ignoring Interpolation

$
0
0
Hey,

I have a request for a feature to have a method to set state properties ignoring interpolation. It could probably go something like this:

You can feel free to think of a better method name.
state.ForceSetProperty("MyInterpolatedFloat", 10.0f);

Personally, it will allow me for greater control over state properties under very specific circumstances. I'm not sure how complex the design is, so if this requires a rewrite of a bunch of code, then maybe a interpolation setting toggle would be enough.

state.ToggleInterpolation("MyInterpolatedFloat", false);

Thanks!

Viewing all articles
Browse latest Browse all 15755

Trending Articles