Method UnsetMaterialUserData
UnsetMaterialUserData(uint, uint)
Unset the userdata stored on an material
Declaration
[HandleProcessCorruptedStateExceptions]
public void UnsetMaterialUserData(uint userDataId, uint material)
Parameters
| Type | Name | Description | 
|---|---|---|
| uint | userDataId | UserData identifier provided by subscribeToMaterialUserData  | 
    
| uint | material | Material that will store the user data  |