|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| AppSettings を使用しているパッケージ | |
|---|---|
| com.jme3.app | The com.jme3.application provides a toolset for jME3 applications
to interact with various components of the engine. |
| com.jme3.system | |
| com.jme3.app での AppSettings の使用 |
|---|
| AppSettings 型のパラメータを持つ com.jme3.app のメソッド | |
|---|---|
void |
Application.setSettings(AppSettings settings)
Set the display settings to define the display created. |
| com.jme3.system での AppSettings の使用 |
|---|
| AppSettings を返す com.jme3.system のメソッド | |
|---|---|
AppSettings |
JmeContext.getSettings()
|
AppSettings |
NullContext.getSettings()
|
| AppSettings 型のパラメータを持つ com.jme3.system のメソッド | |
|---|---|
void |
AppSettings.copyFrom(AppSettings other)
Copies all settings from other to this
AppSettings. |
void |
AppSettings.mergeFrom(AppSettings other)
Same as copyFrom(com.jme3.system.AppSettings), except
doesn't overwrite settings that are already set. |
void |
JmeContext.setSettings(AppSettings settings)
|
void |
NullContext.setSettings(AppSettings settings)
|
|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||