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 public static implicit operator StencilFlags (
uint value
)
Parameters
- value
- Type: SystemUInt32
The value to convert.
Return Value
Type:
StencilFlagsSee Also