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

SearchTable.Clone

Declaration

public Search.SearchTable Clone(string newName);

Parameters

newName Name of the new table configuration.

Returns

SearchTable The newly created search table, ready to be saved.

Description

Creates a copy of the search table configuration.

New copies of the search columns will also be created.