<Code Lib>
2020 Method
Changes 0
M

DrawContext.IsTransparentPass

Description:
Determines whether the current rendering pass is for transparent objects.
Remarks:

Opaque and transparent geometry should be submitted for rendering separately. See UseInTransparentPass(View).

public static bool IsTransparentPass()

bool True when the server should be submitting transparent objects for rendering, false otherwise.

Loading…