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