|
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.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public bool HasDirtyFlag(
DXSceneChangeNotifications flags
)
Parameters
- flags DXSceneChangeNotifications
- ChangeNotifications
Return Value
Booleantrue if this DXScene has the flags from the method argument set
See Also