stencil_test property

stencil_test property

Enable or disable the stencil test.

Definition:

@property
def stencil_test(self):
    ...
@stencil_test.setter
def stencil_test(self, value):
    ...

See Also