|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| JmeContext.Type を使用しているパッケージ | |
|---|---|
| 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 での JmeContext.Type の使用 |
|---|
| JmeContext.Type 型のパラメータを持つ com.jme3.app のメソッド | |
|---|---|
void |
Application.start(JmeContext.Type contextType)
Starts the application. |
| com.jme3.system での JmeContext.Type の使用 |
|---|
| JmeContext.Type を返す com.jme3.system のメソッド | |
|---|---|
JmeContext.Type |
JmeContext.getType()
|
JmeContext.Type |
NullContext.getType()
|
static JmeContext.Type |
JmeContext.Type.valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。 |
static JmeContext.Type[] |
JmeContext.Type.values()
この列挙型の定数を含む配列を宣言されている順序で返します。 |
|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||