bind_vertex_input property
bind_vertex_input property
Gets or sets the bind vertex input. The bind_vertex_input element binds vertex inputs to effect parameters upon instantiation.
Definition:
@property
def bind_vertex_input(self):
...
@bind_vertex_input.setter
def bind_vertex_input(self, value):
...