Format code
This commit is contained in:
@@ -157,7 +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>
|
||||
/// <param name="inherit">Multiply <paramref ref="tint"/> by the last tint on the stack.</param>
|
||||
API_FUNCTION() static void PushTint(API_PARAM(Ref) const Color& tint, bool inherit = true);
|
||||
|
||||
/// <summary>
|
||||
@@ -366,7 +366,7 @@ public:
|
||||
/// <param name="vertices">The vertices array.</param>
|
||||
/// <param name="uvs">The uvs array.</param>
|
||||
API_FUNCTION() static void DrawTexturedTriangles(GPUTexture* t, const Span<Vector2>& vertices, const Span<Vector2>& uvs);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Draws vertices array.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user