scissor_test property

scissor_test property

Enable or disable scissor test

Definition:

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

See Also