|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcom.jme3.bullet.collision.shapes.CollisionShape
com.jme3.bullet.collision.shapes.PlaneCollisionShape
public class PlaneCollisionShape
| コンストラクタの概要 | |
|---|---|
PlaneCollisionShape()
|
|
PlaneCollisionShape(Plane plane)
Creates a plane Collision shape |
|
| メソッドの概要 | |
|---|---|
Plane |
getPlane()
|
void |
read(JmeImporter im)
|
void |
write(JmeExporter ex)
|
| クラス com.jme3.bullet.collision.shapes.CollisionShape から継承されたメソッド |
|---|
calculateLocalInertia, getCShape, getMargin, getScale, setCShape, setMargin, setScale |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public PlaneCollisionShape()
public PlaneCollisionShape(Plane plane)
plane - the plane that defines the shape| メソッドの詳細 |
|---|
public final Plane getPlane()
public void write(JmeExporter ex)
throws java.io.IOException
Savable 内の writeCollisionShape 内の writejava.io.IOException
public void read(JmeImporter im)
throws java.io.IOException
Savable 内の readCollisionShape 内の readjava.io.IOException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||