Click or drag to resize

ImageMaterialSetter Class

Sets the material for an image.

Input: Material

Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Foundation.SettersSingleSetter
              Slash.Unity.DataBind.Foundation.SettersSingleSetterMaterial
                Slash.Unity.DataBind.Foundation.SettersComponentSingleSetterImage, Material
                  Slash.Unity.DataBind.UI.Unity.SettersImageMaterialSetter

Namespace:  Slash.Unity.DataBind.UI.Unity.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class ImageMaterialSetter : ComponentSingleSetter<Image, Material>

The ImageMaterialSetter type exposes the following members.

Constructors
  NameDescription
Public methodImageMaterialSetter
Initializes a new instance of the ImageMaterialSetter class
Top
Methods
See Also