Struct TableEntryReference
Allows for referencing a table entry via key or key id.
Implements
Namespace: UnityEngine .Localization.Tables
Assembly: Unity.Localization.dll
Syntax
[Serializable]
public struct TableEntryReference : ISerializationCallbackReceiver
Properties
Name | Description |
---|---|
Key | The key name when Reference |
Key |
The Key Id when Reference |
Reference |
The type of reference. |
Methods
Name | Description |
---|---|
Equals(object) | Compare the TableEntryReference to another TableEntryReference. |
Equals(Table |
Compare the TableEntryReference to another TableEntryReference. |
Get |
|
Resolve |
Returns the key name.
If Reference |
To |
Returns a string representation. |
Operators
Name | Description |
---|---|
implicit operator Table |
Converts a key id into a reference. |
implicit operator Table |
Converts a string name into a reference. |
implicit operator long(Table |
Returns Key |
implicit operator string(Table |
Returns Key. |