Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Class SaveFilesDataSource

    Inheritance
    object
    SaveFilesDataSource
    Implements
    IDataSourceViewHashProvider
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Fwt.HexTerrains.DataSources
    Assembly: fwt.hexterrains.dll
    Syntax
    [Serializable]
    public class SaveFilesDataSource : IDataSourceViewHashProvider

    Constructors

    SaveFilesDataSource()

    Declaration
    public SaveFilesDataSource()

    Fields

    Buttons

    Declaration
    public List<UIButtonDataSourceUEvent> Buttons
    Field Value
    Type Description
    List<UIButtonDataSourceUEvent>

    OnSelectionChange

    Declaration
    public Action<int> OnSelectionChange
    Field Value
    Type Description
    Action<int>

    SelectedIndex

    Declaration
    public int SelectedIndex
    Field Value
    Type Description
    int

    SelectedItem

    Declaration
    public SaveFileData SelectedItem
    Field Value
    Type Description
    SaveFileData

    Title

    Declaration
    public string Title
    Field Value
    Type Description
    string

    Version

    Declaration
    public long Version
    Field Value
    Type Description
    long

    Properties

    SaveFiles

    Declaration
    [CreateProperty]
    public List<SaveFileData> SaveFiles { get; set; }
    Property Value
    Type Description
    List<SaveFileData>

    Methods

    Clear()

    Declaration
    public void Clear()

    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
    public void MakeDirty()

    SelectItem(int)

    Declaration
    public void SelectItem(int index)
    Parameters
    Type Name Description
    int index

    Implements

    UnityEngine.UIElements.IDataSourceViewHashProvider

    Extension Methods

    HashExtensions.GetHashCode_RefType<TValue>(TValue, int)
    HashExtensions.GetHashCode_RefType<TValue>(TValue, int)
    Extensions_UnityObject.SmartDestroy(object)
    Extensions_UnityObject.SmartDestroy(object)
    Extensions_UnityObject.SmartGetComponent<TComponent>(object)
    Extensions_UnityObject.SmartGetComponent<TComponent>(object)
    Extensions_UnityObject.SmartGetGameGameObject(object)
    Extensions_UnityObject.SmartGetGameGameObject(object)
    In this article
    Back to top Generated by DocFX