Click or drag to resize
AB4D logo

DXSceneGetRenderingQueuesDumpString(Boolean, Boolean, Boolean) Method

Returns string that contains details about all objects inside rendering queues.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public string GetRenderingQueuesDumpString(
	bool dumpEmptyRenderingQueues,
	bool showOverview,
	bool showItemsInQueue
)

Parameters

dumpEmptyRenderingQueues  Boolean
when false (by default) the empty rendering queues are not written to the returned string
showOverview  Boolean
when true, then first an overview of all RenderingQueues is shown with a number of items in each queue (optional; true by default)
showItemsInQueue  Boolean
when true, then each item in each rendering queue is displayed (optional; true by default)

Return Value

String
string that contains details about all objects inside rendering queues.
See Also