Hex Terrains Framework
Search Results for

    Show / Hide Table of Contents

    Class TemplateSelectorConfigByType

    Inheritance
    object
    TemplateSelectorConfig
    TemplateSelectorConfigByType
    ValueEditorTemplateSelectorConfig
    Inherited Members
    TemplateSelectorConfig.DefaultTemplate
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Fwt.UIToolkit.DataTemplates
    Assembly: fwt.uitoolkit.dll
    Syntax
    [Serializable]
    public class TemplateSelectorConfigByType : TemplateSelectorConfig

    Fields

    Configs

    Declaration
    public List<DataTemplateConfig> Configs
    Field Value
    Type Description
    List<DataTemplateConfig>

    Properties

    IsDirty

    Declaration
    public bool IsDirty { get; }
    Property Value
    Type Description
    bool

    Methods

    GetTemplateForData<TData>(TData)

    Declaration
    public override VisualTreeAsset GetTemplateForData<TData>(TData data)
    Parameters
    Type Name Description
    TData data
    Returns
    Type Description
    VisualTreeAsset
    Type Parameters
    Name Description
    TData
    Overrides
    TemplateSelectorConfig.GetTemplateForData<TData>(TData)

    GetTemplateForType(Type)

    Declaration
    public override VisualTreeAsset GetTemplateForType(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    VisualTreeAsset
    Overrides
    TemplateSelectorConfig.GetTemplateForType(Type)

    MarkDirty()

    Declaration
    public void MarkDirty()

    UpdateCache()

    Declaration
    public void UpdateCache()

    UpdateCacheIfNeeded()

    Declaration
    public void UpdateCacheIfNeeded()

    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