Esempio n. 1
0
 public static Tweener MoveOutVertSide(RectTransform transformToMove, float movementSpeed, CanvasAnimations.VerticalOrientation moveOutTo, Ease ease = Ease.Unset)
 {
     return(CanvasAnimations.MoveOutVertSide(transformToMove, movementSpeed, moveOutTo, ease).SetUpdate(true));
 }
Esempio n. 2
0
 public static float GetSelfParentPosition(RectTransform self, CanvasAnimations.VerticalOrientation orientation)
 {
     return(CanvasAnimations.GetSelfParentPosition(self, orientation));
 }
Esempio n. 3
0
 public static Tweener MoveInVertSide(Transform transformToCastAndMove, float movementSpeed, CanvasAnimations.VerticalOrientation moveInFrom, Ease ease = Ease.Unset)
 {
     return(CanvasAnimations.MoveInVertSide(transformToCastAndMove, movementSpeed, moveInFrom, ease).SetUpdate(true));
 }