Click or drag to resize
AB4D logo

DXSceneHasDirtyFlag Method

Returns true if this DXScene has the flags from the method argument set. Note that if this value is checked before the Update phase is completed, then the value may not have the final value (but it has the camera and light changed flags already set).

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public bool HasDirtyFlag(
	DXSceneChangeNotifications flags
)

Parameters

flags  DXSceneChangeNotifications
ChangeNotifications

Return Value

Boolean
true if this DXScene has the flags from the method argument set
See Also