Add inherit param.

This commit is contained in:
2021-02-28 00:37:30 +01:00
parent 0d82be3ac8
commit 16056a00e0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ public:
/// Pushes tint color.
/// </summary>
/// <param name="tint">The tint color.</param>
API_FUNCTION() static void PushTint(API_PARAM(Ref) const Color& tint);
API_FUNCTION() static void PushTint(API_PARAM(Ref) const Color& tint, bool inherit = true);
/// <summary>
/// Peeks the current tint color.