Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Class SimulationSpeedScreenButtonDataSource

    Inheritance
    object
    UIDataSource
    SimulationSpeedScreenButtonDataSource
    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.HexTerrains.UI
    Assembly: fwt.hexterrains.dll
    Syntax
    [Serializable]
    public class SimulationSpeedScreenButtonDataSource : UIDataSource, IDataSourceViewHashProvider, ICommitChanges

    Fields

    _button

    Declaration
    [SerializeField]
    protected UIButtonDataSource _button
    Field Value
    Type Description
    UIButtonDataSource

    _isSelected

    Declaration
    [SerializeField]
    protected bool _isSelected
    Field Value
    Type Description
    bool

    Properties

    Button

    Declaration
    [CreateProperty]
    public UIButtonDataSource Button { get; set; }
    Property Value
    Type Description
    UIButtonDataSource

    IsSelected

    Declaration
    [CreateProperty]
    public bool IsSelected { get; set; }
    Property Value
    Type Description
    bool

    SelectionOutlineDisplayStyle

    Declaration
    [CreateProperty]
    public DisplayStyle SelectionOutlineDisplayStyle { get; }
    Property Value
    Type Description
    DisplayStyle

    Implements

    UnityEngine.UIElements.IDataSourceViewHashProvider
    ICommitChanges

    Extension Methods

    HashExtensions.GetHashCode_RefType<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