mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
fix
This commit is contained in:
parent
88328d354c
commit
a7aa1cd4cb
@ -92,7 +92,7 @@ namespace DCFApixels.DragonECS
|
||||
}
|
||||
|
||||
#if UNITY_2021_3_OR_NEWER
|
||||
[HideInCallstack]
|
||||
[UnityEngine.HideInCallstack]
|
||||
#endif
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public static void PrintWarning(object v)
|
||||
@ -103,7 +103,7 @@ namespace DCFApixels.DragonECS
|
||||
#endif
|
||||
}
|
||||
#if UNITY_2021_3_OR_NEWER
|
||||
[HideInCallstack]
|
||||
[UnityEngine.HideInCallstack]
|
||||
#endif
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public static void PrintError(object v)
|
||||
@ -114,7 +114,7 @@ namespace DCFApixels.DragonECS
|
||||
#endif
|
||||
}
|
||||
#if UNITY_2021_3_OR_NEWER
|
||||
[HideInCallstack]
|
||||
[UnityEngine.HideInCallstack]
|
||||
#endif
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public static void PrintErrorAndBreak(object v)
|
||||
@ -125,7 +125,7 @@ namespace DCFApixels.DragonECS
|
||||
#endif
|
||||
}
|
||||
#if UNITY_2021_3_OR_NEWER
|
||||
[HideInCallstack]
|
||||
[UnityEngine.HideInCallstack]
|
||||
#endif
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public static void PrintPass(object v)
|
||||
@ -136,7 +136,7 @@ namespace DCFApixels.DragonECS
|
||||
#endif
|
||||
}
|
||||
#if UNITY_2021_3_OR_NEWER
|
||||
[HideInCallstack]
|
||||
[UnityEngine.HideInCallstack]
|
||||
#endif
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public static void Print()
|
||||
@ -147,7 +147,7 @@ namespace DCFApixels.DragonECS
|
||||
#endif
|
||||
}
|
||||
#if UNITY_2021_3_OR_NEWER
|
||||
[HideInCallstack]
|
||||
[UnityEngine.HideInCallstack]
|
||||
#endif
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public static void Print(object v)
|
||||
@ -158,7 +158,7 @@ namespace DCFApixels.DragonECS
|
||||
#endif
|
||||
}
|
||||
#if UNITY_2021_3_OR_NEWER
|
||||
[HideInCallstack]
|
||||
[UnityEngine.HideInCallstack]
|
||||
#endif
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public static void Print(string tag, object v)
|
||||
|
Loading…
Reference in New Issue
Block a user