xamarin
To terminate the app in Xamarin, you can use the code below to terminate the app.
----
----
System.Diagnostics.Process.GetCurrentProcess().CloseMainWindow();
유니티 무한의 발판 만들기 (Unity - Infinity Vertical Jump Platform)
목표 (Subject) 무한으로 생성되는 점프 플렛폼을 만들어보자. (Creating an infinitely generated jumping platform) Platform 발판의 스크립트를 아래와 같이 작성하자 Platform.cs using System.Collections; using System.Collecti
moblieandlife.tistory.com
유니티(Unity) 프로젝트 점프게임 만들기 : [1] 시작
목표 아주 단순한 점프게임을 만들어서 광고를 붙이고 광고수익을 발생 시켜보는 것이 이 프로젝트의 목표입니다. 서버도 없고 단지 클라이언트로 로그라이크형의 게임을 만들것이기 때문에
moblieandlife.tistory.com
'Programming' 카테고리의 다른 글
Flutter - 설치 mac os (2020.07.31) (0) | 2020.07.31 |
---|---|
Webview 사용시 ssl 문제 (ignore ssl error) (0) | 2020.01.23 |
아이폰에 프로비전 파일 넣기 (2019.11.23) (0) | 2019.11.23 |
파일) Line단위로 쓰기 (0) | 2017.03.17 |
파일) Path (0) | 2017.03.17 |