Click or drag to resize
AB4D logo

RenderingQueueItem Property

Gets a RenderablePrimitiveBase with the specified index

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.1.8746.1045
Syntax
C#
public virtual RenderablePrimitiveBase this[
	int index
] { get; }

Parameters

index  Int32
index of the item in this queue

Return Value

RenderablePrimitiveBase
RenderablePrimitiveBase with the specified index
See Also