The XRenderableItem class represents an object that can be rendered. It contains references to objects that implements the IXRenderableMaterial, IXRenderableTransform and IXRenderableMaterial interfaces that are necessary for the object rendering.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

Remarks

The class is not designed for writing, it is created internally for the purpose of rendering engine as a collection of the IXRenderableMaterial, IXRenderableTransform and IXRenderableMaterial interfaces.

Inheritance Hierarchy

System..::.Object
  SGP.XSpace..::.XRenderableItem

See Also