Click or drag to resize

ImageFillAmountSetter Class

Set the fill amount of an Image depending on the string data value.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Foundation.SettersSingleSetter
              Slash.Unity.DataBind.Foundation.SettersSingleSetterSingle
                Slash.Unity.DataBind.Foundation.SettersComponentSingleSetterImage, Single
                  Slash.Unity.DataBind.UI.Unity.SettersImageFillAmountSetter
                    Slash.Unity.DataBind.UI.Unity.SettersImageFillAmountSmoothSetter

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