Method RequestBinding
RequestBinding(string, MaterialBinder)
Request an object to be bound at a later time in a vectorized request.
Declaration
public void RequestBinding(string usdPath, MaterialMap.MaterialBinder binder)
Parameters
Type | Name | Description |
---|---|---|
string | usdPath | The USD path to the object. |
MaterialMap.MaterialBinder | binder | A callback which will accept the material and bind it to a Unity object |