technique_hint property
technique_hint property
Gets or sets the technique hint. Add a hint for a platform of which technique to use in this effect.
Definition:
@property
def technique_hint(self):
...
@technique_hint.setter
def technique_hint(self, value):
...