일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- texture
- unity
- builder
- XML
- 아이튠즈
- Ane
- smartfoxserver
- Build
- swf
- 배열
- AS3
- 태그를 입력해 주세요.
- class
- ios
- iphone
- Flash
- flash builder
- AIR
- Mac
- 영어
- file
- unity3D
- 게임
- 3d
- path
- 경로
- Game
- Android
- sdk
- 단축키
Archives
- Today
- Total
상상 너머 그 무언가...
iPhoneKeyboardType 본문
Unity에서 iOS용 키패드를 띄우고자 할때 키패드 타입을 설정해줄 수 있다.
타입 중에서 영어와 숫자, 특수문자만 입력받고자 할때에는 ASCIICapable 타입으로 해주면 된다.
iPhoneKeyboardType.ASCIICapable
iPhoneKeyboardType.Default
iPhoneKeyboardType.EmailAddress
iPhoneKeyboardType.NamePhonePad
iPhoneKeyboardType.NumberPad
iPhoneKeyboardType.NumbersAndPunctuation
iPhoneKeyboardType.URL