跳到主要内容

Class Tweener

Events

onCompleted

public Action onCompleted

Properties

defaultCurveType

public CurveType defaultCurveType { get; set; }

completed

public bool completed { get; private set; }

task

public Task task { get; }

Methods

static Tweener DoLoop(float duration, Action<float> callback)

public static Tweener DoLoop(float duration, Action<float> callback)

static Tweener DoLoop(float duration, Action<float> callback, bool timeScale)

public static Tweener DoLoop(float duration, Action<float> callback, bool timeScale)

static Tweener DoLoop(float duration, Action<float> callback, CurveType curveType)

public static Tweener DoLoop(float duration, Action<float> callback, CurveType curveType)

static Tweener DoLoop(float duration, Action<float> callback, CurveType curveType, bool timeScale)

public static Tweener DoLoop(float duration, Action<float> callback, CurveType curveType, bool timeScale)

static Tweener DoLoop(float min, float max, float duration, Action<float> callback)

public static Tweener DoLoop(float min, float max, float duration, Action<float> callback)

static Tweener DoLoop(float min, float max, float duration, Action<float> callback, bool timeScale)

public static Tweener DoLoop(float min, float max, float duration, Action<float> callback, bool timeScale)

static Tweener DoLoop(float min, float max, float duration, Action<float> callback, CurveType curveType)

public static Tweener DoLoop(float min, float max, float duration, Action<float> callback, CurveType curveType)

static Tweener DoLoop(float min, float max, float duration, Action<float> callback, CurveType curveType, bool timeScale)

public static Tweener DoLoop(float min, float max, float duration, Action<float> callback, CurveType curveType, bool timeScale)

static Tweener DoLerp(float duration, Action<float> callback)

public static Tweener DoLerp(float duration, Action<float> callback)

static Tweener DoLerp(float duration, Action<float> callback, bool timeScale)

public static Tweener DoLerp(float duration, Action<float> callback, bool timeScale)

static Tweener DoLerp(float duration, Action<float> callback, CurveType curveType)

public static Tweener DoLerp(float duration, Action<float> callback, CurveType curveType)

static Tweener DoLerp(float duration, Action<float> callback, CurveType curveType, bool timeScale)

public static Tweener DoLerp(float duration, Action<float> callback, CurveType curveType, bool timeScale)

static Tweener DoLerp(float start, float end, float duration, Action<float> callback)

public static Tweener DoLerp(float start, float end, float duration, Action<float> callback)

static Tweener DoLerp(float start, float end, float duration, Action<float> callback, bool timeScale)

public static Tweener DoLerp(float start, float end, float duration, Action<float> callback, bool timeScale)

static Tweener DoLerp(float start, float end, float duration, Action<float> callback, CurveType curveType)

public static Tweener DoLerp(float start, float end, float duration, Action<float> callback, CurveType curveType)

static Tweener DoLerp(float start, float end, float duration, Action<float> callback, CurveType curveType, bool timeScale)

public static Tweener DoLerp(float start, float end, float duration, Action<float> callback, CurveType curveType, bool timeScale)

static Tweener DoMoveTowards(float start, float target, float delta, Action<float> callback, bool timeScale)

public static Tweener DoMoveTowards(float start, float target, float delta, Action<float> callback, bool timeScale)

TweenerAwaiter GetAwaiter()

public TweenerAwaiter GetAwaiter()

void Stop()

public void Stop()