Method RemoveCustomProperty
RemoveCustomProperty(uint, string)
Remove a custom property from an entity that support custom properties
Declaration
[HandleProcessCorruptedStateExceptions]
public void RemoveCustomProperty(uint entity, string name)
Parameters
| Type | Name | Description | 
|---|---|---|
| uint | entity | An entity that support custom properties  | 
    
| string | name | Name of the custom property  |