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