I just set this value to true and false, And then generate the code, and there is nothing that has changed? So I want to know the meaning of this value.
1 Like
It means that when applying the snapshot values to the component side we interpolate between the snapshot before and the snapshot after if we don’t have the exact snapshot we are trying to apply. Without it we just apply the snapshot before the one we wanted.
Not all value types support interpolation though, which could be why you are not seeing any changes. It is only supported on float, float2, float3, float4 and quaternions right now
3 Likes
Got it, Thank you so much.