Click or drag to resize

StencilFlagsRightShift Operator

Implements the right shift operator.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public 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