Click or drag to resize

StencilFlags  Conversion (UInt32 to StencilFlags)

Performs an implicit conversion from uint.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static implicit operator StencilFlags (
	uint value
)

Parameters

value
Type: SystemUInt32
The value to convert.

Return Value

Type: StencilFlags
See Also