bind_material property

bind_material property

Gets or sets the bind material. Bind a specific material to a piece of geometry, binding varying and uniform parameters at the same time.

Definition:

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

See Also