Class TweenRectTransform
Methods
static Tweener DoRotate2DLoop(RectTransform self, float zPreSecond)
public static Tweener DoRotate2DLoop(RectTransform self, float zPreSecond)
static Tweener DoRotate2D(RectTransform self, float delta, float duration)
public static Tweener DoRotate2D(RectTransform self, float delta, float duration)
static Tweener DoRotate2D(RectTransform self, float delta, float duration, bool timeScale)
public static Tweener DoRotate2D(RectTransform self, float delta, float duration, bool timeScale)
static Tweener 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)
static Tweener DoRotate2D(RectTransform self, float start, float end, float duration)
public static Tweener DoRotate2D(RectTransform self, float start, float end, float duration)
static Tweener 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)
static Tweener 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)
static Tweener DoRotate2DTo(RectTransform self, float z, float duration, [bool nearest = true])
public static Tweener DoRotate2DTo(RectTransform self, float z, float duration, [bool nearest = true])