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