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 | Inherited From |
|---|---|---|---|
| CanExecute(View) | Boolean | Can be used to allow the server to execute only in certain views. | |
| GetApplicationId() | String | Reports this server's application ID. | |
| GetBoundingBox(View) | Outline | Reports a bounding box of the geometry that this server submits for drawing. | |
| GetDescription() | String | Implement this method to return a description of the server. (Inherited from IExternalServer ) | IExternalServer |
| GetName() | String | Implement this method to return the name of the server. (Inherited from IExternalServer ) | IExternalServer |
| GetServerId() | Guid | Implement this method to return the id of the server. (Inherited from IExternalServer ) | IExternalServer |
| GetServiceId() | ExternalServiceId | Implement this method to return the id of the service. (Inherited from IExternalServer ) | IExternalServer |
| GetSourceId() | String | Reports this server's source ID. | |
| GetVendorId() | String | Implement this method to return the id of the vendor of the server. (Inherited from IExternalServer ) | IExternalServer |
| RenderScene(View, DisplayStyle) | None | Performs rendering of the scene that the server creates. | |
| UseInTransparentPass(View) | Boolean | Indicates whether this server will submit geometry during the rendering pass for transparent geometry. | |
| UsesHandles() | Boolean | Tests whether this server uses DirectContext3D handle elements. |