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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public StencilFlags(
	int value
)

Parameters

value
Type: SystemInt32
The integer value of the state.
See Also