Click or drag to resize
Engine Methods

The Engine type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInitialize
ライブラリを初期化します。
Public methodStatic memberInitializeAudio
ライブラリを初期化します。音声機能のみを使用する場合に呼び出します。
Public methodStatic memberIsEndRequested
アプリケーションを終了するべきかを確認します。
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberTerminate
ライブラリの終了処理を行います。
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUpdateFrame
1フレーム分の更新処理を行います。
Top
See Also