Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Class AppMenuDataSource

    Inheritance
    object
    UIDataSource
    AppMenuDataSource
    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.Samples.Scripts.UI
    Assembly: FwtHexTerrainSamples.dll
    Syntax
    [Serializable]
    public class AppMenuDataSource : UIDataSource, IDataSourceViewHashProvider, ICommitChanges

    Fields

    ClearPlayerPrefsButton

    Declaration
    [CreateProperty]
    public UIButtonDataSourceUEvent ClearPlayerPrefsButton
    Field Value
    Type Description
    UIButtonDataSourceUEvent

    MenuDisplayStyle

    Declaration
    [CreateProperty]
    public DisplayStyle MenuDisplayStyle
    Field Value
    Type Description
    DisplayStyle

    QuitButton

    Declaration
    [CreateProperty]
    public UIButtonDataSourceUEvent QuitButton
    Field Value
    Type Description
    UIButtonDataSourceUEvent

    ResumeButton

    Declaration
    [CreateProperty]
    public UIButtonDataSourceUEvent ResumeButton
    Field Value
    Type Description
    UIButtonDataSourceUEvent

    SceneButtons

    Declaration
    [CreateProperty]
    public List<UIButtonDataSourceUEvent> SceneButtons
    Field Value
    Type Description
    List<UIButtonDataSourceUEvent>

    ToggleMenuButton

    Declaration
    [CreateProperty]
    public UIButtonDataSourceUEvent ToggleMenuButton
    Field Value
    Type Description
    UIButtonDataSourceUEvent

    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