Class TweenRectTransform_Rotate
Methods
DoRotate2DLoop(RectTransform self, float zPreSecond)
public static Tweener DoRotate2DLoop(RectTransform self, float zPreSecond)
DoRotate2D(RectTransform self, float delta, float duration)
public static Tweener DoRotate2D(RectTransform self, float delta, float duration)
DoRotate2D(RectTransform self, float delta, float duration, bool timeScale)
public static Tweener DoRotate2D(RectTransform self, float delta, float duration, bool timeScale)
DoRotate2D(RectTransform self, float delta, float duration, bool timeScale, CurveType curveType)
public static Tweener DoRotate2D(RectTransform self, float delta, float duration, bool timeScale, CurveType curveType)
DoRotate2D(RectTransform self, float start, float end, float duration)
public static Tweener DoRotate2D(RectTransform self, float start, float end, float duration)
DoRotate2D(RectTransform self, float start, float end, float duration, bool timeScale)
public static Tweener DoRotate2D(RectTransform self, float start, float end, float duration, bool timeScale)
DoRotate2D(RectTransform self, float start, float end, float duration, bool timeScale, CurveType curveType)
public static Tweener DoRotate2D(RectTransform self, float start, float end, float duration, bool timeScale, CurveType curveType)
DoRotate2DTo(RectTransform self, float z, float duration, [bool nearest = true])
public static Tweener DoRotate2DTo(RectTransform self, float z, float duration, [bool nearest = true])