Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Class UIButtonDataSource

    Inheritance
    object
    UIDataSource
    UIButtonDataSource
    UIButtonDataSourceUEvent
    Implements
    IDataSourceViewHashProvider
    ICommitChanges
    Inherited Members
    UIDataSource.Version
    UIDataSource.MarkDirty()
    UIDataSource.GetViewHashCode()
    UIDataSource.CommitChanges()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Fwt.UIToolkit.DataSources
    Assembly: fwt.uitoolkit.dll
    Syntax
    [Serializable]
    public class UIButtonDataSource : UIDataSource, IDataSourceViewHashProvider, ICommitChanges

    Properties

    OnClick

    Declaration
    [CreateProperty]
    public virtual Action OnClick { get; set; }
    Property Value
    Type Description
    Action

    Text

    Declaration
    [CreateProperty]
    public string Text { get; set; }
    Property Value
    Type Description
    string

    Implements

    UnityEngine.UIElements.IDataSourceViewHashProvider
    ICommitChanges

    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