fail_action property

fail_action property

Gets or sets the stencil action when stencil test fails.

Definition:

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

See Also