We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56c661 commit 5ca720dCopy full SHA for 5ca720d
com.unity.netcode.gameobjects/Runtime/Components/NetworkTransform.cs
@@ -4035,6 +4035,16 @@ public BufferedLinearInterpolatorQuaternion GetRotationInterpolator()
4035
{
4036
return m_RotationInterpolator;
4037
}
4038
+#else
4039
+ internal BufferedLinearInterpolatorVector3 GetPositionInterpolator()
4040
+ {
4041
+ return m_PositionInterpolator;
4042
+ }
4043
+
4044
+ internal BufferedLinearInterpolatorQuaternion GetRotationInterpolator()
4045
4046
+ return m_RotationInterpolator;
4047
4048
#endif
4049
public int GetPositionBufferCount()
4050
0 commit comments