IDirectContext3DServer
Description:
The interface to be implemented by a server of the DirectContext3D external service.
The interface to be implemented by a server of the DirectContext3D external service.
public interface IDirectContext3DServer : IExternalServer
| Name | Return Type | Description |
|---|---|---|
| CanExecute(View) | bool | Can be used to allow the server to execute only in certain views. |
| GetApplicationId() | The application ID. | Reports this server's application ID. |
| GetBoundingBox(View) | Outline | Reports a bounding box of the geometry that this server submits for drawing. |
| GetSourceId() | The source ID. | Reports this server's source ID. |
| RenderScene(View, DisplayStyle) | None | Performs rendering of the scene that the server creates. |
| UseInTransparentPass(View) | bool | Indicates whether this server will submit geometry during the rendering pass for transparent geometry. |
| UsesHandles() | bool | Tests whether this server uses DirectContext3D handle elements. |