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
- MS-SQL
- 유니티
- PER
- Unity
- swift
- python
- MySQL
- 맛집
- flutter
- port
- javascript
- 라즈베리파이
- 날짜
- PyQt
- tensorflow
- 다이어트
- node.js
- Linux
- PyQt5
- 함수
- Excel
- ubuntu
- urllib
- pandas
- mssql
- IOS
- ASP
- 리눅스
- GIT
- sqlite
Archives
목록애니메이션 (2)
아미(아름다운미소)
[Unity]애니메이터에 등록된 애니메이션 목록 가져오기
유니티 애니메이터에 등록된 애니메이션 목록 가져오기 AnimatorController anicontrol = mator.runtimeAnimatorController as AnimatorController; AnimationClip[] clips = anicontrol.animationClips; foreach (AnimationClip c in clips) Debug.Log(c.name);
랭귀지/Unity
2018. 4. 1. 09:30