RenderStateLeftShift 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 RenderState operator <<(
RenderState state,
int amount
)
Parameters
- state RenderState
- The value to shift.
- amount Int32
- The amount to shift.
Return Value
RenderState
The result of the operator.
See Also