unity 엔진/unity 에셋 공부 3

[DOTween Pro] 2. Tweener

[공식 문서]DOTween - Documentation DOTween - DocumentationNomenclature Tweener A tween that takes control of a value and animates it. Sequence A special tween that, instead of taking control of a value, takes control of other tweens and animates them as a group. Tween A generic word that indicates both a Tweenerdotween.demigiant.com 앞서 문서에서 간단하게 DOTween을 사용해 봤다.DOTween은 애니메이션를 당당하는 Tweener와 그 Tweene..

[DOTween Pro] 1. DOTween 개념 정리 및 사용법

참고(DOTween 공식 문서)https://dotween.demigiant.com/documentation.php DOTween - DocumentationNomenclature Tweener A tween that takes control of a value and animates it. Sequence A special tween that, instead of taking control of a value, takes control of other tweens and animates them as a group. Tween A generic word that indicates both a Tweenerdotween.demigiant.com [DOTween 명명법]Tweener: 값을 제어하고 애니메..

[DOTween Pro] 0. DOTween 개요

[DOTween 이란]DOTween은 Unity에서 사용되는 애니메이션 및 트위닝 그리고 객체 지향 애니메이션 라이브러리이다. 여기서 트위닝이란 인비트위닝 (inbetweening) 의 줄임말로, 키 프레임 사이의 프레임 값들을 파라미터를 통해 적절하게 계산해주는 프로세스라고 보면 된다. 사용자 입장에선 키프레임과 파라미터만 적절히 입력하면DoTween이 알아서 계산하고 처리 해주기 때문에 개발면에서 아주 편리해진다.  [공식 사이트]https://dotween.demigiant.com/index.php DOTween (HOTween v2)DOTween is a fast, efficient, fully type-safe object-oriented animation engine for Unity, opt..