Click or drag to resize

MaterialMainTextureFormatter Class

Adjusts the main texture of a material depending on the bound value.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.FormattersFormatterMaterial, Texture
                Slash.Unity.DataBind.Foundation.Providers.FormattersMaterialMainTextureFormatter

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Formatters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class MaterialMainTextureFormatter : Formatter<Material, Texture>

The MaterialMainTextureFormatter type exposes the following members.

Constructors
  NameDescription
Public methodMaterialMainTextureFormatter
Initializes a new instance of the MaterialMainTextureFormatter class
Top
Methods
See Also