Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

SortColumnDescriptions.Remove

Declaration

public bool Remove(UIElements.SortColumnDescription desc);

Parameters

desc The sort description to remove.

Returns

bool Whether it was removed or not.

Description

Removes the first occurence of a sort description from the collection.