StencilFlagsLeftShift Operator |
Implements the left shift operator.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static StencilFlags operator <<(
StencilFlags state,
int amount
)
Parameters
- state StencilFlags
- The value to shift.
- amount Int32
- The amount to shift.
Return Value
StencilFlags
The result of the operator.
See Also