Click or drag to resize

CanvasRendererAddQuad Method (Rectangle, ColorValue)

Adds quad to rendering queue.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public void AddQuad(
	Rectangle rectangle,
	ColorValue color
)

Parameters

rectangle
Type: NeoAxisRectangle
The quad rectangle.
color
Type: NeoAxisColorValue
The quad color.
See Also