Defines mode of displaying the far sides of the object.

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

Syntax

C#
public void SetRenderCullMode(
	XScreen screen,
	XDeviceCaps caps,
	Cull cull
)

Parameters

screen
Type: SGP.XSpace..::.XScreen
The XScreen screen instance that this material will be set active for.
caps
Type: SGP.XSpace..::.XDeviceCaps
The device XDeviceCaps capabilities.
cull
Type: Cull
Defines the Cull mode of displaying the far sides of the object.

Exceptions

ExceptionCondition
System..::.ArgumentNullException screen is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also