CreateDefaultField(IAssetEntry, ResourceTable)
Builds the field that edits the entry's default value.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Localization.Editor
- Assembly: UnityEditor
VisualElement CreateDefaultField(IAssetEntry entry, ResourceTable table)
Parameters
The asset entry to edit.
The table that owns the entry, used for undo and dirtying.
Returns
Type | Description |
|---|---|
| VisualElement | The visual element that edits the default value. |