public AniamtionCurve curve;
void Start()
{
Keyframe lastKey = curve[curve.length-1]; // lastKey.time or lastKey.value
}
참고
1. https://answers.unity.com/questions/326824/animationcurve-how-can-i-know-when-the-end-of-the.html
'Unity > 문제 해결' 카테고리의 다른 글
[Unity/UI] 렌더링이 원하는 대로 안보일때 (0) | 2023.03.07 |
---|---|
[Unity/AnimationCurve] set last frame 해결 방법 (0) | 2023.02.10 |
[Unity/Particle] Scene View에서 하위 계층을 포함한 전체 Particle Play 방법 (0) | 2022.12.29 |
[Unity/AnimationCurve] 그래프 작게 보는 방법 (0) | 2022.12.01 |
[Unity/AnimationCurve] end key 값으로 설정하는 방법 (0) | 2022.11.25 |