technique_override property

technique_override property

Gets or sets the technique override. Target specific techniques and passes inside a material rather than having to split the effects techniques and passes into multiple effects.

Definition:

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

See Also