Click or drag to resize
AB4D logo

DXHitTestOptionsOverlayRenderingQueue Property

When OverlayRenderingQueue is specified, then the objects that are assigned to that rendering queue will be considered closer to the camera than objects from other rendering queues. This means that GetClosestHitObject(Ray, SceneNode) will return objects from the specified rendering queue even if in 3D space they are behind objects from other rendering queues.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public RenderingQueue OverlayRenderingQueue { get; set; }

Property Value

RenderingQueue
See Also