com.jme3.bullet.collision.shapes.infos
クラス ChildCollisionShape
java.lang.Object
com.jme3.bullet.collision.shapes.infos.ChildCollisionShape
- すべての実装されたインタフェース:
- Savable
public class ChildCollisionShape
- extends java.lang.Object
- implements Savable
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
location
public Vector3f location
rotation
public Matrix3f rotation
shape
public CollisionShape shape
ChildCollisionShape
public ChildCollisionShape()
ChildCollisionShape
public ChildCollisionShape(Vector3f location,
Matrix3f rotation,
CollisionShape shape)
write
public void write(JmeExporter ex)
throws java.io.IOException
- 定義:
- インタフェース
Savable
内の write
- 例外:
java.io.IOException
read
public void read(JmeImporter im)
throws java.io.IOException
- 定義:
- インタフェース
Savable
内の read
- 例外:
java.io.IOException