pass_action property

pass_action property

Gets or sets the stencil action when both stencil test and depth test passes.

Definition:

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

See Also