0から1へ補完されます。
valueが0を返している場合はfalseを、0.5より上の場合はtrueを返します。これはMathf.Lerpを使用してアニメーションしています。
| faded | TweenのFloat値を返します。 |
| AnimBool | コンストラクタ |
| Fade | 現在のboolアニメーションの値に応じての間の値を返します。 |
| GetValue | Type specific implementation of BaseAnimValue_1.GetValue. |
| isAnimating | valueが現在アニメーションしているかどうか。 |
| speed | Tweenのスピード |
| target | targetに向けてTween |
| value | アニメーションしている現在の値 |
| valueChanged | 値が変化している間のコールバック |
| BeginAnimating | Begin an animation moving from the start value to the target value. |
| StopAnim | Stop the animation and assign the given value. |