Converts the XMaterialCullMode enumaration to the Cull.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static Cull CullModeToCull(
	XMaterialCullMode cull
)

Parameters

cull
Type: SGP.XSpace..::.XMaterialCullMode
The source XMaterialCullMode mode.

Return Value

Returns the converted Cull.

See Also