CreateReference(ResourceTableCollection)
Creates the table reference to store when a collection is assigned to a localized reference.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Localization.Editor
- Assembly: UnityEditor
public virtual TableReference CreateReference(ResourceTableCollection collection)
Parameters
The collection being referenced.
Returns
Type | Description |
|---|---|
| TableReference | The reference to persist for the collection. |