Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Class HexTerrainPrefabDataSource

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

    Fields

    _prefabConfig

    Declaration
    [SerializeField]
    protected IHexTerrainPrefabConfig _prefabConfig
    Field Value
    Type Description
    IHexTerrainPrefabConfig

    Properties

    Name

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

    PrefabConfig

    Declaration
    public virtual IHexTerrainPrefabConfig PrefabConfig { get; set; }
    Property Value
    Type Description
    IHexTerrainPrefabConfig

    PrefabImage

    Declaration
    [CreateProperty]
    public virtual Sprite PrefabImage { get; set; }
    Property Value
    Type Description
    Sprite

    PrefabImageBackground

    Declaration
    [CreateProperty]
    public virtual Background PrefabImageBackground { get; }
    Property Value
    Type Description
    Background

    TerrainPrefab

    Declaration
    [CreateProperty]
    public virtual Entity TerrainPrefab { get; set; }
    Property Value
    Type Description
    Entity

    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