This commit is contained in:
Jean-Baptiste Perrier
2021-02-28 00:40:41 +01:00
parent 16056a00e0
commit 86ce671c0d

View File

@@ -157,6 +157,7 @@ public:
/// Pushes tint color.
/// </summary>
/// <param name="tint">The tint color.</param>
/// <param name="inherit">Multiply <see cref="tint"/> by the last tint on the stack.</param>
API_FUNCTION() static void PushTint(API_PARAM(Ref) const Color& tint, bool inherit = true);
/// <summary>