Class: Lumino::Config
- Inherits:
-
Object
- Object
- Lumino::Config
- Defined in:
- LuminoRubyDoc.rb
Overview
初期設定を行います。
Instance Method Summary (collapse)
-
- (Object) register_archive(filePath, password)
ファイルを開くときにアクセスする暗号化アーカイブを登録します。.
-
- (Object) set_application_log_enabled(enabled)
デバッグ用のログファイルの出力有無を設定します。(既定値:false).
-
- (Object) set_console_enabled(enabled)
標準入出力用のコンソールウィンドウを割り当てるかどうかを設定します。(既定値:false).
-
- (Object) set_direct_music_mode(mode)
DirectMusic の初期化方法を設定します。(既定値:DirectMusicMode::NOT_USE).
-
- (Object) set_direct_music_reverb_level(level)
DirectMusic のリバーブエフェクトの強さを設定します。(既定値:0.75).
-
- (Object) set_file_access_priority(priority)
ファイルへのアクセス優先順位を設定します。.
-
- (Object) set_sound_cache_size(objectCount, memorySize)
サウンドオブジェクトのキャッシュサイズの設定.
-
- (Object) set_user_window_handle(windowHandle)
ユーザー定義のウィンドウハンドルを設定します。(既定値:nil).
Instance Method Details
- (Object) register_archive(filePath, password)
ファイルを開くときにアクセスする暗号化アーカイブを登録します。
444 445 |
# File 'LuminoRubyDoc.rb', line 444 def register_archive end |
- (Object) set_application_log_enabled(enabled)
デバッグ用のログファイルの出力有無を設定します。(既定値:false)
433 434 |
# File 'LuminoRubyDoc.rb', line 433 def set_application_log_enabled end |
- (Object) set_console_enabled(enabled)
標準入出力用のコンソールウィンドウを割り当てるかどうかを設定します。(既定値:false)
438 439 |
# File 'LuminoRubyDoc.rb', line 438 def set_console_enabled end |
- (Object) set_direct_music_mode(mode)
DirectMusic の初期化方法を設定します。(既定値:DirectMusicMode::NOT_USE)
472 473 |
# File 'LuminoRubyDoc.rb', line 472 def set_direct_music_mode end |
- (Object) set_direct_music_reverb_level(level)
DirectMusic のリバーブエフェクトの強さを設定します。(既定値:0.75)
477 478 |
# File 'LuminoRubyDoc.rb', line 477 def set_direct_music_reverb_level end |
- (Object) set_file_access_priority(priority)
ファイルへのアクセス優先順位を設定します。
449 450 |
# File 'LuminoRubyDoc.rb', line 449 def set_file_access_priority end |
- (Object) set_sound_cache_size(objectCount, memorySize)
サウンドオブジェクトのキャッシュサイズの設定
463 464 |
# File 'LuminoRubyDoc.rb', line 463 def set_sound_cache_size end |
- (Object) set_user_window_handle(windowHandle)
ユーザー定義のウィンドウハンドルを設定します。(既定値:nil)
454 455 |
# File 'LuminoRubyDoc.rb', line 454 def set_user_window_handle end |