add_binding method

add_binding

Binds the dynamic property to shader parameter

def add_binding(self, property, shader_parameter):
    ...
ParameterTypeDescription
propertystrThe name of the dynamic property.
shader_parameterstrThe name of the shader parameter.

See Also