Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Interface IClickCallbackableView

    Namespace: Fwt.Core.UI
    Assembly: fwt.core.dll
    Syntax
    public interface IClickCallbackableView

    Properties

    ItemIndex

    Used as param when called OnClickCallback

    Declaration
    int ItemIndex { get; set; }
    Property Value
    Type Description
    int

    Methods

    SetOnClickCallback(Action<int>)

    Sets the callback that should be called when view is clicked

    Declaration
    void SetOnClickCallback(Action<int> callback)
    Parameters
    Type Name Description
    Action<int> callback

    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