示例#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));
 }
示例#2
0
 public static float GetSelfParentPosition(RectTransform self, CanvasAnimations.VerticalOrientation orientation)
 {
     return(CanvasAnimations.GetSelfParentPosition(self, orientation));
 }
示例#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));
 }