// Assembly: UnityEngine.UI
// Full name: UnityEngine.UI.CoroutineTween.FloatTween

namespace UnityEngine.UI.CoroutineTween
{
public class FloatTween // TypeDefIndex: 10750
{
	// Fields
	type#31371 m_Target;
	type#26060 m_StartValue;
	type#26060 m_TargetValue;
	type#26060 m_Duration;
	type#15314 m_IgnoreTimeScale;

	// Methods
	// RVA: -1
	public type#26059 get_startValue() { }
	// RVA: -1
	public type#28660 set_startValue(type#26059 value) { }
	// RVA: -1
	public type#26059 get_targetValue() { }
	// RVA: -1
	public type#28660 set_targetValue(type#26059 value) { }
	// RVA: -1
	public virtual type#26059 get_duration() { }
	// RVA: -1
	public type#28660 set_duration(type#26059 value) { }
	// RVA: -1
	public virtual type#15313 get_ignoreTimeScale() { }
	// RVA: -1
	public type#28660 set_ignoreTimeScale(type#15313 value) { }
	// RVA: -1
	public virtual type#28660 TweenValue(type#26059 floatPercentage) { }
	// RVA: -1
	public type#28660 AddOnChangedCallback(type#10965 callback) { }
	// RVA: -1
	public type#15313 GetIgnoreTimescale() { }
	// RVA: -1
	public type#26059 GetDuration() { }
	// RVA: -1
	public virtual type#15313 ValidTarget() { }
}
}
