Struct TableReference
It is possible to reference a table via either the table collection name or the table collection name guid. The TableReference provides a flexible way to reference via either of these methods and also includes editor functionality.
Implements
Namespace: UnityEngine .Localization.Tables
Assembly: Unity.Localization.dll
Syntax
[Serializable]
public struct TableReference : ISerializationCallbackReceiver
Properties
Name | Description |
---|---|
Reference |
The type of reference. |
Table |
The table collection name when Reference |
Table |
The table collection name guid when Reference |
Methods
Name | Description |
---|---|
Equals(object) | Compare the TableReference to another TableReference. |
Equals(Table |
Compare 2 TableReferences. |
Get |
Returns the hash code of Table |
Operators
Name | Description |
---|---|
implicit operator Table |
Convert a table collection name guid into a Table |
implicit operator Table |
Convert a table collection name into a Table |
implicit operator Guid(Table |
Returns Table |
implicit operator string(Table |
Returns Table |