remove_at method

remove_at

Removes behavior from a collection at the specified index.

def remove_at(self, index):
    ...
ParameterTypeDescription
indexintIndex of a behavior to remove.

See Also