Class TweenTransform_Scale
Methods
DoScaleTo(Transform self, float end, float duration)
public static Tweener DoScaleTo(Transform self, float end, float duration)
DoScaleTo(Transform self, float end, float duration, CurveType curveType)
public static Tweener DoScaleTo(Transform self, float end, float duration, CurveType curveType)
DoScaleTo(Transform self, float end, float duration, bool timeScale)
public static Tweener DoScaleTo(Transform self, float end, float duration, bool timeScale)
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)
DoScale(Transform self, float start, float end, float duration)
public static Tweener DoScale(Transform self, float start, float end, float duration)
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)
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)
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)
DoScale(Transform self, Vector3 start, Vector3 end, float duration)
public static Tweener DoScale(Transform self, Vector3 start, Vector3 end, float duration)
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)
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)
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)