Method DeleteComponentsByType
DeleteComponentsByType(ComponentType, uint)
Delete all components on subtree from type
Declaration
public void DeleteComponentsByType(ComponentType componentType, uint rootOccurrence = 0)
Parameters
Type | Name | Description |
---|---|---|
ComponentType | componentType | Type of the component |
uint | rootOccurrence | The root occurrence to remove components from |