Click or drag to resize

ImageFillAmountSetter Class

Set the fill amount of an Image depending on the string data value.
Inheritance Hierarchy
System.Object
  UnityEngine.Object
    UnityEngine.Component
      UnityEngine.Behaviour
        UnityEngine.MonoBehaviour
          Slash.Unity.DataBind.Core.Presentation.DataBindingOperator
            Slash.Unity.DataBind.Foundation.Setters.SingleSetter
              Slash.Unity.DataBind.Foundation.Setters.SingleSetter<Single>
                Slash.Unity.DataBind.Foundation.Setters.ComponentSingleSetter<Image, Single>
                  Slash.Unity.DataBind.UI.Unity.Setters.ImageFillAmountSetter
                    Slash.Unity.DataBind.UI.Unity.Setters.ImageFillAmountSmoothSetter

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

The ImageFillAmountSetter type exposes the following members.

Constructors
  NameDescription
Public methodImageFillAmountSetter
Initializes a new instance of the ImageFillAmountSetter class
Top
Methods
See Also