Class SaveFileData
Implements
IDataSourceViewHashProvider
Assembly: fwt.hexterrains.dll
Syntax
[Serializable]
public class SaveFileData : IDataSourceViewHashProvider
Fields
DataChanged
Declaration
public Action DataChanged
Field Value
Description
Declaration
public string Description
Field Value
Version
Declaration
Field Value
Properties
Default
Declaration
public static SaveFileData Default { get; }
Property Value
FileName
Declaration
[CreateProperty]
public string FileName { get; set; }
Property Value
Name
Declaration
[CreateProperty]
public string Name { get; set; }
Property Value
Methods
CopyFrom(SaveFileData)
Declaration
public void CopyFrom(SaveFileData other)
Parameters
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.
|
OnDataChange()
Declaration
public void OnDataChange()
Implements
UnityEngine.UIElements.IDataSourceViewHashProvider
Extension Methods