isOpaqueOverride property

bool isOpaqueOverride
getter/setter pair

Whether this material participates in the opaque pass.

Returned from isOpaque. Set to false for translucent materials, which the encoder defers to the back-to-front translucent pass with alpha blending.

Implementation

bool isOpaqueOverride;