跳到主要内容

Class TweenTransform_Scale

Methods

static Tweener DoScaleTo(Transform self, float end, float duration)

public static Tweener DoScaleTo(Transform self, float end, float duration)

static Tweener DoScaleTo(Transform self, float end, float duration, CurveType curveType)

public static Tweener DoScaleTo(Transform self, float end, float duration, CurveType curveType)

static Tweener DoScaleTo(Transform self, float end, float duration, bool timeScale)

public static Tweener DoScaleTo(Transform self, float end, float duration, bool timeScale)

static Tweener DoScaleTo(Transform self, float end, float duration, bool timeScale, CurveType curveType)

public static Tweener DoScaleTo(Transform self, float end, float duration, bool timeScale, CurveType curveType)

static Tweener DoScale(Transform self, float start, float end, float duration)

public static Tweener DoScale(Transform self, float start, float end, float duration)

static Tweener DoScale(Transform self, float start, float end, float duration, CurveType curveType)

public static Tweener DoScale(Transform self, float start, float end, float duration, CurveType curveType)

static Tweener DoScale(Transform self, float start, float end, float duration, bool timeScale)

public static Tweener DoScale(Transform self, float start, float end, float duration, bool timeScale)

static Tweener DoScale(Transform self, float start, float end, float duration, bool timeScale, CurveType curveType)

public static Tweener DoScale(Transform self, float start, float end, float duration, bool timeScale, CurveType curveType)

static Tweener DoScale(Transform self, Vector3 start, Vector3 end, float duration)

public static Tweener DoScale(Transform self, Vector3 start, Vector3 end, float duration)

static Tweener DoScale(Transform self, Vector3 start, Vector3 end, float duration, CurveType curveType)

public static Tweener DoScale(Transform self, Vector3 start, Vector3 end, float duration, CurveType curveType)

static Tweener DoScale(Transform self, Vector3 start, Vector3 end, float duration, bool timeScale)

public static Tweener DoScale(Transform self, Vector3 start, Vector3 end, float duration, bool timeScale)

static Tweener DoScale(Transform self, Vector3 start, Vector3 end, float duration, bool timeScale, CurveType curveType)

public static Tweener DoScale(Transform self, Vector3 start, Vector3 end, float duration, bool timeScale, CurveType curveType)