Use consistent and less verbose deprecation messages

This commit is contained in:
2024-06-17 20:35:24 +03:00
parent 6c8288f38a
commit 22b4f33984
14 changed files with 28 additions and 28 deletions

View File

@@ -23,7 +23,7 @@ namespace FlaxEngine
/// <param name="source">The source location.</param>
/// <param name="destination">The destination location.</param>
/// <param name="length">The length (amount of bytes to copy).</param>
[Obsolete("Use MemoryCopy with long length and source/destination swapped to match C++ API.")]
[Obsolete("Use MemoryCopy with long length and source/destination parameters swapped instead")]
public static void MemoryCopy(IntPtr source, IntPtr destination, int length)
{
// [Deprecated on 30.05.2021, expires on 30.05.2022]