Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anchan828/unity-applescript


https://github.com/anchan828/unity-applescript

Last synced: about 2 months ago
JSON representation

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);
```