CreateCell(IResourceEntry, ResourceEntryContext)
Builds the visual element that edits the entry's value.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.Localization.Editor
- Assembly: UnityEditor
public abstract VisualElement CreateCell(IResourceEntry entry, ResourceEntryContext context)
Parameters
The entry to edit.
The table, serialized property, and callbacks for this cell.
Returns
Type | Description |
|---|---|
| VisualElement | The visual element that edits the value. |