|
@@ -721,7 +721,7 @@ const char *RenamesMap3To4::csharp_function_renames[][2] = {
|
|
{ "GetEndianSwap", "IsBigEndian" }, // File
|
|
{ "GetEndianSwap", "IsBigEndian" }, // File
|
|
{ "GetErrorString", "GetErrorMessage" }, // JSON
|
|
{ "GetErrorString", "GetErrorMessage" }, // JSON
|
|
{ "GetFocusNeighbour", "GetFocusNeighbor" }, // Control
|
|
{ "GetFocusNeighbour", "GetFocusNeighbor" }, // Control
|
|
- { "GetFollowSmoothing", "GetFollowSmoothingSpeed" }, // Camera2D
|
|
|
|
|
|
+ { "GetFollowSmoothing", "GetPositionSmoothingSpeed" }, // Camera2D
|
|
{ "GetFontTypes", "GetFontTypeList" }, // Theme
|
|
{ "GetFontTypes", "GetFontTypeList" }, // Theme
|
|
{ "GetFrameColor", "GetColor" }, // ColorRect
|
|
{ "GetFrameColor", "GetColor" }, // ColorRect
|
|
{ "GetGlobalRateScale", "GetPlaybackSpeedScale" }, // AudioServer
|
|
{ "GetGlobalRateScale", "GetPlaybackSpeedScale" }, // AudioServer
|
|
@@ -907,12 +907,12 @@ const char *RenamesMap3To4::csharp_function_renames[][2] = {
|
|
{ "SetDepthBiasEnable", "SetDepthBiasEnabled" }, // RDPipelineRasterizationState
|
|
{ "SetDepthBiasEnable", "SetDepthBiasEnabled" }, // RDPipelineRasterizationState
|
|
{ "SetDevice", "SetOutputDevice" }, // AudioServer
|
|
{ "SetDevice", "SetOutputDevice" }, // AudioServer
|
|
{ "SetDoubleclick", "SetDoubleClick" }, // InputEventMouseButton
|
|
{ "SetDoubleclick", "SetDoubleClick" }, // InputEventMouseButton
|
|
- { "SetEnableFollowSmoothing", "SetFollowSmoothingEnabled" }, // Camera2D
|
|
|
|
|
|
+ { "SetEnableFollowSmoothing", "SetPositionSmoothingEnabled" }, // Camera2D
|
|
{ "SetEnabledFocusMode", "SetFocusMode" }, // BaseButton
|
|
{ "SetEnabledFocusMode", "SetFocusMode" }, // BaseButton
|
|
{ "SetEndianSwap", "SetBigEndian" }, // File
|
|
{ "SetEndianSwap", "SetBigEndian" }, // File
|
|
{ "SetExpandToTextLength", "SetExpandToTextLengthEnabled" }, // LineEdit
|
|
{ "SetExpandToTextLength", "SetExpandToTextLengthEnabled" }, // LineEdit
|
|
{ "SetFocusNeighbour", "SetFocusNeighbor" }, // Control
|
|
{ "SetFocusNeighbour", "SetFocusNeighbor" }, // Control
|
|
- { "SetFollowSmoothing", "SetFollowSmoothingSpeed" }, // Camera2D
|
|
|
|
|
|
+ { "SetFollowSmoothing", "SetPositionSmoothingSpeed" }, // Camera2D
|
|
{ "SetFrameColor", "SetColor" }, // ColorRect
|
|
{ "SetFrameColor", "SetColor" }, // ColorRect
|
|
{ "SetGlobalRateScale", "SetPlaybackSpeedScale" }, // AudioServer
|
|
{ "SetGlobalRateScale", "SetPlaybackSpeedScale" }, // AudioServer
|
|
{ "SetGravityDistanceScale", "SetGravityPointDistanceScale" }, // Area2D
|
|
{ "SetGravityDistanceScale", "SetGravityPointDistanceScale" }, // Area2D
|
|
@@ -1122,7 +1122,7 @@ const char *RenamesMap3To4::gdscript_properties_renames[][2] = {
|
|
{ "selectedframe", "selected_frame" }, // Theme
|
|
{ "selectedframe", "selected_frame" }, // Theme
|
|
{ "size_override_stretch", "size_2d_override_stretch" }, // SubViewport
|
|
{ "size_override_stretch", "size_2d_override_stretch" }, // SubViewport
|
|
{ "slips_on_slope", "slide_on_slope" }, // SeparationRayShape2D
|
|
{ "slips_on_slope", "slide_on_slope" }, // SeparationRayShape2D
|
|
- { "smoothing_enabled", "follow_smoothing_enabled" }, // Camera2D
|
|
|
|
|
|
+ { "smoothing_enabled", "position_smoothing_enabled" }, // Camera2D
|
|
{ "smoothing_speed", "position_smoothing_speed" }, // Camera2D
|
|
{ "smoothing_speed", "position_smoothing_speed" }, // Camera2D
|
|
{ "ss_reflections_depth_tolerance", "ssr_depth_tolerance" }, // Environment
|
|
{ "ss_reflections_depth_tolerance", "ssr_depth_tolerance" }, // Environment
|
|
{ "ss_reflections_enabled", "ssr_enabled" }, // Environment
|
|
{ "ss_reflections_enabled", "ssr_enabled" }, // Environment
|
|
@@ -1215,8 +1215,8 @@ const char *RenamesMap3To4::csharp_properties_renames[][2] = {
|
|
{ "Selectedframe", "SelectedFrame" }, // Theme
|
|
{ "Selectedframe", "SelectedFrame" }, // Theme
|
|
{ "SizeOverrideStretch", "Size2dOverrideStretch" }, // SubViewport
|
|
{ "SizeOverrideStretch", "Size2dOverrideStretch" }, // SubViewport
|
|
{ "SlipsOnSlope", "SlideOnSlope" }, // SeparationRayShape2D
|
|
{ "SlipsOnSlope", "SlideOnSlope" }, // SeparationRayShape2D
|
|
- { "SmoothingEnabled", "FollowSmoothingEnabled" }, // Camera2D
|
|
|
|
- { "SmoothingSpeed", "FollowSmoothingSpeed" }, // Camera2D
|
|
|
|
|
|
+ { "SmoothingEnabled", "PositionSmoothingEnabled" }, // Camera2D
|
|
|
|
+ { "SmoothingSpeed", "PositionSmoothingSpeed" }, // Camera2D
|
|
{ "SsReflectionsDepthTolerance", "SsrDepthTolerance" }, // Environment
|
|
{ "SsReflectionsDepthTolerance", "SsrDepthTolerance" }, // Environment
|
|
{ "SsReflectionsEnabled", "SsrEnabled" }, // Environment
|
|
{ "SsReflectionsEnabled", "SsrEnabled" }, // Environment
|
|
{ "SsReflectionsFadeIn", "SsrFadeIn" }, // Environment
|
|
{ "SsReflectionsFadeIn", "SsrFadeIn" }, // Environment
|