The XRenderableItem type exposes the following members.

Constructors

  NameDescription
XRenderableItem

Methods

  NameDescription
Clear
Reset settings of this object XRenderableItem.
Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)
Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Inherited from Object.)
GetDepthBias
Returns the object "depth" bias.
GetDetailMode
Gets the mode of filling the surfaces.
GetHashCode

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

(Inherited from Object.)
GetIsScaled
Returns whether the coordinate transformation covers also the scale change.
GetMaterial
Gets the XMaterial material that will be used for rendering of the object.
GetSoftwareVertexProcessing
Returns whether the transform needs software vertex (coordinates) processing.
GetTransformMatrix
Returns the object transform matrix. XRenderableItem..::.GetTransformMatrixCount()()()
GetTransformMatrixCount
Returns the transform matrix count, needed for correct object coordinates transformation before its rendering.
GetType

Gets the Type of the current instance.

(Inherited from Object.)
GetViewDepthSq
Returns square of the object distance from the camera (object "depth" from the camera view).
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
Render
Carries out the object rendering.
ToString

Returns a String that represents the current Object.

(Inherited from Object.)

Properties

  NameDescription
Material
Gets or sets the object implementing the IXRenderableMaterial interace for accessing the material.
Primitive
Gets or sets the object implementing the IXRenderablePrimitive interface for accessing the skeleton (3D model) of the object to be rendered.
RenderLock
Gets an object that is used for synchronizing access to the rendering of the object.
Transform
Gets or sets the object implementing the IXRenderableTransform interface for accessing the information about the rendered object transformation.

See Also