technique property
technique property
Gets or sets the technique. Holds a description of the textures, samplers, SHADERS, parameters, and passes necessary for rendering this effect using one method.
Definition:
@property
def technique(self):
...
@technique.setter
def technique(self, value):
...