|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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
内の write
CollisionShape
内の write
java.io.IOException
public void read(JmeImporter im) throws java.io.IOException
Savable
内の read
CollisionShape
内の read
java.io.IOException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |