Click or drag to resize

StencilFlags   Conversion (StencilFlags to UInt32)

Performs an explicit conversion to uint.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static explicit operator uint (
	StencilFlags state
)

Parameters

state  StencilFlags
The value to convert.

Return Value

UInt32
See Also