2027 Members
Changes 0
M

IDirectContext3DServer Methods

Name Return Type Description Inherited From
M CanExecute(View) Boolean Can be used to allow the server to execute only in certain views.
M GetApplicationId() String 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() String 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) Boolean Indicates whether this server will submit geometry during the rendering pass for transparent geometry.
M UsesHandles() Boolean Tests whether this server uses DirectContext3D handle elements.