diff options
Diffstat (limited to 'ROUNDS/Photon.Pun.Simple.Internal/ParameterExtrapolation.cs')
-rw-r--r-- | ROUNDS/Photon.Pun.Simple.Internal/ParameterExtrapolation.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ROUNDS/Photon.Pun.Simple.Internal/ParameterExtrapolation.cs b/ROUNDS/Photon.Pun.Simple.Internal/ParameterExtrapolation.cs new file mode 100644 index 0000000..db9bad0 --- /dev/null +++ b/ROUNDS/Photon.Pun.Simple.Internal/ParameterExtrapolation.cs @@ -0,0 +1,8 @@ +namespace Photon.Pun.Simple.Internal; + +public enum ParameterExtrapolation +{ + Default, + Hold, + Lerp +} |