Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Clone(string)

Creates a copy of the search table configuration.
Read time 1 minuteLast updated 10 days ago

Definition

public SearchTable Clone(string newName = null)

Parameters

newName

Name of the new table configuration.

Returns

Type

Description

SearchTableThe newly created search table, ready to be saved.

Remarks

New copies of the search columns will also be created.