remove_by_kind


Description:

[ Version ( since = "3.34" ) ]
public uint remove_by_kind (PropertyKind kind, bool all)

Removes the first or all (depending on the all) properties of the given kind.

Parameters:

this

an ComponentPropertyBag

kind

an PropertyKind to remove

all

true to remove all properties of the kind, or false to only the first

Returns:

how many properties had been removed