Click or drag to resize

CanvasRendererAddQuad(Rectangle, Rectangle, ImageComponent, ColorValue, Boolean) Method

Adds quad to rendering queue.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void AddQuad(
	Rectangle rectangle,
	Rectangle textureCoordRectangle,
	ImageComponent texture,
	ColorValue color,
	bool clamp
)

Parameters

rectangle  Rectangle
The quad rectangle.
textureCoordRectangle  Rectangle
The texture coordinates.
texture  ImageComponent
The quad texture or null.
color  ColorValue
The quad color.
clamp  Boolean
The texture clamp.
See Also