Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Class ResizeTerrainDataSource

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

    Fields

    Buttons

    Declaration
    public List<UIButtonDataSourceUEvent> Buttons
    Field Value
    Type Description
    List<UIButtonDataSourceUEvent>

    TerrainSizeX

    Declaration
    [CreateProperty]
    public ValueEditorDataSourceMinMax<int> TerrainSizeX
    Field Value
    Type Description
    ValueEditorDataSourceMinMax<int>

    TerrainSizeY

    Declaration
    public ValueEditorDataSourceMinMax<int> TerrainSizeY
    Field Value
    Type Description
    ValueEditorDataSourceMinMax<int>

    Title

    Declaration
    [CreateProperty]
    public string Title
    Field 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