Click or drag to resize
Application Class
ライブラリ全体の初期化や更新等、包括的な処理を行うクラスです。
Inheritance Hierarchy
SystemObject
  LuminoApplication

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Application

The Application type exposes the following members.

Constructors
  NameDescription
Public methodApplication
Initializes a new instance of the Application class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberInitializeAudio
ライブラリを初期化します。音声機能のみを使用する場合に呼び出します。
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberTerminate
ライブラリの終了処理を行います。
Public methodToString (Inherited from Object.)
Top
See Also