Click or drag to resize

StencilFlags Constructor

Initializes a new instance of the StencilFlags struct.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public StencilFlags(
	int value
)

Parameters

value  Int32
The integer value of the state.
See Also