Table of Contents

Class BaseFloatTween

Namespace
CodeBase.TweenSystem
Assembly
4Experience.CodeBase.Tweens.Runtime.dll
public class BaseFloatTween : BaseTween
Inheritance
Object
Component
Behaviour
MonoBehaviour
BaseFloatTween
Derived
Inherited Members
Extension Methods

Properties

BeginValue

protected float BeginValue { get; set; }

Property Value

float

BounceValue

protected float BounceValue { get; set; }

Property Value

float

EndValue

protected float EndValue { get; private set; }

Property Value

float

TargetValue

protected float TargetValue { get; set; }

Property Value

float

Methods

SetEndValue(float)

public void SetEndValue(float endValue)

Parameters

endValue float

SetTweenParameters(bool)

protected override void SetTweenParameters(bool isReverseAnimated)

Parameters

isReverseAnimated bool