2024 Interface
Changes 0
I

IDirectContext3DServer

Description:
The interface to be implemented by a server of the DirectContext3D external service.
Name Return Type Description
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 GetSourceId() The source ID. Reports this server's source ID.
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.