Class SaveFilesDataSource
Inheritance
SaveFilesDataSource
Implements
IDataSourceViewHashProvider
Assembly: fwt.hexterrains.dll
Syntax
[Serializable]
public class SaveFilesDataSource : IDataSourceViewHashProvider
Constructors
SaveFilesDataSource()
Declaration
public SaveFilesDataSource()
Fields
Declaration
public List<UIButtonDataSourceUEvent> Buttons
Field Value
OnSelectionChange
Declaration
public Action<int> OnSelectionChange
Field Value
SelectedIndex
Declaration
Field Value
SelectedItem
Declaration
public SaveFileData SelectedItem
Field Value
Title
Declaration
Field Value
Version
Declaration
Field Value
Properties
SaveFiles
Declaration
[CreateProperty]
public List<SaveFileData> SaveFiles { get; set; }
Property Value
Methods
Clear()
Declaration
GetViewHashCode()
<p>
Returns the hash code of the view, which can be used to notify the data binding system to refresh.
Declaration
public long GetViewHashCode()
Returns
| Type |
Description |
| long |
The hash code of the view.
|
MakeDirty()
Declaration
SelectItem(int)
Declaration
public void SelectItem(int index)
Parameters
| Type |
Name |
Description |
| int |
index |
|
Implements
UnityEngine.UIElements.IDataSourceViewHashProvider
Extension Methods