|
|
@@ -100,14 +100,14 @@ public partial class ScreenLocate : o0InfraredCameraHandler
|
|
|
{
|
|
|
get=>infraredLocate.CameraLocationOffset;
|
|
|
set{
|
|
|
- infraredLocate.CameraLocationOffset = value;
|
|
|
+ infraredLocate.SetCameraLocationOffset(value);
|
|
|
}
|
|
|
}
|
|
|
public Vector2 UVOffset
|
|
|
{
|
|
|
get=>infraredLocate.UVOffset;
|
|
|
set{
|
|
|
- infraredLocate.UVOffset = value;
|
|
|
+ infraredLocate.SetUVOffset(value);
|
|
|
}
|
|
|
}
|
|
|
//用来记录最后一次更新的数据
|