Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Sets the mask for results of this query.
Namespace: Visual3D.ScenesAssembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Remarks
This property allows you to set a 'mask' to limit the results of this
query to certain types of result. The actual meaning of this value is
up to the application; basically SceneObject instances will only be returned
from this query if a bitwise AND operation between this mask value and the
SceneObject.QueryFlags value is non-zero. The application will
have to decide what each of the bits means.