Warning: Declaration of action_plugin_linebreak::register(&$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /home/stepism/www/ue4/wiki/lib/plugins/linebreak/action.php on line 41

Warning: Declaration of action_plugin_markdownextra::register(&$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /home/stepism/www/ue4/wiki/lib/plugins/markdownextra/action.php on line 16

Warning: Declaration of action_plugin_syntaxhighlighter3_action::register(Doku_Event_Handler &$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /home/stepism/www/ue4/wiki/lib/plugins/syntaxhighlighter3/action/action.php on line 28
027 OSの判別方法について [stepism@UE4メモ]

ユーザ用ツール

サイト用ツール


wiki:unity:tips:027

Warning: Declaration of syntax_plugin_linebreak::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /home/stepism/www/ue4/wiki/lib/plugins/linebreak/syntax.php on line 52

Warning: Declaration of syntax_plugin_linebreak::render($mode, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /home/stepism/www/ue4/wiki/lib/plugins/linebreak/syntax.php on line 74

差分

この文書の現在のバージョンと選択したバージョンの差分を表示します。

この比較画面にリンクする

次のリビジョン
前のリビジョン
wiki:unity:tips:027 [2014/11/13 06:01]
127.0.0.1 外部編集
— (現在)
ライン 1: ライン 1:
-====== 027 OSの判別方法について ====== 
- 
-===== 概要 ===== 
-SystemInfo.operatingSystem.Containsを使えば、アプリを実行するOSが何なのかを判別できます。 
- 
-<code csharp> 
-if( SystemInfo.operatingSystem.Contains("​Windows"​) ) 
-{ 
- Debug.Log("​Windows!"​);​ 
-} 
- 
-if( SystemInfo.operatingSystem.Contains("​Mac"​) ) 
-{ 
- Debug.Log("​Mac!"​);​ 
-} 
- 
-if( SystemInfo.operatingSystem.Contains("​Android"​) ) 
-{ 
- Debug.Log("​Android!"​);​ 
-} 
- 
-if( SystemInfo.operatingSystem.Contains("​iPhone"​) ) 
-{ 
- Debug.Log("​iPhone!"​);​ 
-} 
-</​code>​ 
  
wiki/unity/tips/027.1415858499.txt.gz · 最終更新: 2015/01/06 14:14 (外部編集)