Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anchan828/unity-applescript
https://github.com/anchan828/unity-applescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anchan828/unity-applescript
- Owner: anchan828
- Created: 2014-10-29T04:27:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-29T04:32:33.000Z (about 10 years ago)
- Last Synced: 2023-03-15T19:10:42.346Z (almost 2 years ago)
- Language: C#
- Size: 129 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
unity-applescript
=================通知
--------------------```cs
MacNotificationService.ShowNotification ("test", "title", "subtitle", "good");
```ダイアログ
--------------------```cs
var icns = "Users:keigo:Desktop:Twitter_logo_blue.png";var userID = Dialog.DisplayAnswer (title, "IDを入力してください", icns);
var password = Dialog.DisplayPassword (title, "パスワードを入力してください", icns);
```