Class LocalizedAssetTableListView<T>
Inheritance
System.Object
LocalizedAssetTableListView<T>
Inherited Members
GenericAssetTableListView<AddressableAssetTableT<T>, LocalizedAssetTableListViewItem<T>>.totalHeight
GenericAssetTableListView<AddressableAssetTableT<T>, LocalizedAssetTableListViewItem<T>>.BuildRoot()
Namespace: UnityEditor.Localization
Syntax
public class LocalizedAssetTableListView<T> : GenericAssetTableListView<AddressableAssetTableT<T>, LocalizedAssetTableListViewItem<T>> where T : Object
Type Parameters
Name | Description |
---|---|
T |
Properties
totalHeight
Declaration
public float totalHeight { get; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
CreateTreeViewItem(Int32, KeyDatabase.KeyDatabaseEntry)
Declaration
protected override LocalizedAssetTableListViewItem<T> CreateTreeViewItem(int id, KeyDatabase.KeyDatabaseEntry itemKey)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | id | |
KeyDatabase.KeyDatabaseEntry | itemKey |
Returns
Type | Description |
---|---|
LocalizedAssetTableListViewItem<T> |
Overrides
UnityEditor.Localization.GenericAssetTableListView<UnityEngine.Localization.AddressableAssetTableT<T>, UnityEditor.Localization.LocalizedAssetTableListViewItem<T>>.CreateTreeViewItem(System.Int32, UnityEngine.Localization.KeyDatabase.KeyDatabaseEntry)
DrawItemField(Rect, Int32, GenericAssetTableListView<AddressableAssetTableT<T>, LocalizedAssetTableListViewItem<T>>.TableColumn, LocalizedAssetTableListViewItem<T>)
Declaration
protected override void DrawItemField(Rect cellRect, int colIdx, GenericAssetTableListView<AddressableAssetTableT<T>, LocalizedAssetTableListViewItem<T>>.TableColumn col, LocalizedAssetTableListViewItem<T> item)
Parameters
Type | Name | Description |
---|---|---|
Rect | cellRect | |
System.Int32 | colIdx | |
GenericAssetTableListView.TableColumn<> | col | |
LocalizedAssetTableListViewItem<T> | item |
Overrides
UnityEditor.Localization.GenericAssetTableListView<UnityEngine.Localization.AddressableAssetTableT<T>, UnityEditor.Localization.LocalizedAssetTableListViewItem<T>>.DrawItemField(Rect, System.Int32, UnityEditor.Localization.GenericAssetTableListView.TableColumn<>, UnityEditor.Localization.LocalizedAssetTableListViewItem<T>)
OnGUI(Rect)
Declaration
public override void OnGUI(Rect rect)
Parameters
Type | Name | Description |
---|---|---|
Rect | rect |
Overrides
UnityEditor.Localization.GenericAssetTableListView<UnityEngine.Localization.AddressableAssetTableT<T>, UnityEditor.Localization.LocalizedAssetTableListViewItem<T>>.OnGUI(Rect)