Click or drag to resize

FormatterTTarget, TData Class

Base class for a formatter that adjusts a bound target by the bound data.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.FormattersFormatterTTarget, TData
                Slash.Unity.DataBind.Foundation.Providers.FormattersMaterialMainTextureFormatter
                Slash.Unity.DataBind.Foundation.Providers.FormattersMaterialTextureFormatter

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Formatters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public abstract class Formatter<TTarget, TData> : DataProvider

Type Parameters

TTarget
Type of target to format.
TData
Type of data to use for formatting.

The FormatterTTarget, TData type exposes the following members.

Constructors
  NameDescription
Protected methodFormatterTTarget, TData
Initializes a new instance of the FormatterTTarget, TData class
Top
Properties
Methods
Fields
  NameDescription
Public fieldData
Data to bind to.
Public fieldTarget
Target to format.
Top
See Also