Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Struct MinimapScreenDataSource.ViewModeDataSource

    Implements
    IUIDropdownItem
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Fwt.HexTerrains.DataSources
    Assembly: fwt.hexterrains.dll
    Syntax
    [Serializable]
    public struct MinimapScreenDataSource.ViewModeDataSource : IUIDropdownItem

    Fields

    Description

    Declaration
    [CreateProperty]
    public string Description
    Field Value
    Type Description
    string

    Icon

    Declaration
    [CreateProperty]
    public Sprite Icon
    Field Value
    Type Description
    Sprite

    Name

    Declaration
    [CreateProperty]
    public string Name
    Field Value
    Type Description
    string

    ViewMode

    Declaration
    [CreateProperty]
    public int ViewMode
    Field Value
    Type Description
    int

    Methods

    GetDropdownItemText()

    Declaration
    public string GetDropdownItemText()
    Returns
    Type Description
    string

    Implements

    IUIDropdownItem

    Extension Methods

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