Click or drag to resize
AB4D logo

DXSceneIsChangeFlagSet Method

Returns true if the specified changeType is currently set

Namespace:  Ab3d.DirectX
Assembly:  Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 2.1.6262.1040
Syntax
C#
public bool IsChangeFlagSet(
	DXSceneChangeNotifications changeType
)

Parameters

changeType
Type: Ab3d.DirectXDXSceneChangeNotifications
ChangeNotifications

Return Value

Type: Boolean
the specified changeType is currently set
See Also