Click or drag to resize

EncoderSetScissor Method (Int32)

Sets a scissor rectangle from the cache.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void SetScissor(
	int cacheIndex = -1
)

Parameters

cacheIndex (Optional)
Type: SystemInt32
The index of the cached scissor rectangle, or -1 to unset.
See Also