The XRenderableItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| XRenderableItem |
Methods
| Name | Description | |
|---|---|---|
| Clear |
Reset settings of this object XRenderableItem.
| |
| Equals | (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. | |
| 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. | |
| 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. | |
| 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. | |
| Render |
Carries out the object rendering.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| 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.
|