Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- PyQt
- python
- 유니티
- MS-SQL
- GIT
- javascript
- flutter
- sqlite
- PER
- 다이어트
- IOS
- node.js
- urllib
- Excel
- 라즈베리파이
- tensorflow
- port
- ubuntu
- pandas
- 날짜
- 맛집
- Unity
- 리눅스
- Linux
- swift
- MySQL
- mssql
- ASP
- PyQt5
- 함수
Archives
아미(아름다운미소)
[Unity]애니메이터에 등록된 애니메이션 목록 가져오기 본문
유니티 애니메이터에 등록된 애니메이션 목록 가져오기
AnimatorController anicontrol = mator.runtimeAnimatorController as AnimatorController; AnimationClip[] clips = anicontrol.animationClips; foreach (AnimationClip c in clips) Debug.Log(c.name);
'랭귀지 > Unity' 카테고리의 다른 글
[Unity] 2D 점프 (0) | 2018.04.05 |
---|---|
유니티 점프시 카메라이동 (0) | 2018.04.02 |
[Unity3D] Script Editor 바꾸기 (0) | 2018.03.30 |
[Unity] 유니티 애니메이션 전환 (0) | 2018.03.29 |
유니티 개발시 필요한 라이프 사이클 (0) | 2018.03.24 |
Comments