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
- port
- 리눅스
- mssql
- ASP
- python
- 라즈베리파이
- MySQL
- PER
- tensorflow
- urllib
- ubuntu
- flutter
- 유니티
- pandas
- Unity
- javascript
- IOS
- 날짜
- node.js
- Linux
- GIT
- sqlite
- 다이어트
- Excel
- PyQt
- MS-SQL
- PyQt5
- 함수
- swift
- 맛집
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