2023 Members
Changes 4
M

IDirectContext3DServer

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