com.jme3.bullet.collision.shapes
クラス SphereCollisionShape
java.lang.Object
com.jme3.bullet.collision.shapes.CollisionShape
com.jme3.bullet.collision.shapes.SphereCollisionShape
- すべての実装されたインタフェース:
- Savable
public class SphereCollisionShape
- extends CollisionShape
Basic sphere collision shape
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SphereCollisionShape
public SphereCollisionShape()
SphereCollisionShape
public SphereCollisionShape(float radius)
- creates a SphereCollisionShape with the given radius
- パラメータ:
radius
-
getRadius
public float getRadius()
write
public void write(JmeExporter ex)
throws java.io.IOException
- 定義:
- インタフェース
Savable
内の write
- オーバーライド:
- クラス
CollisionShape
内の write
- 例外:
java.io.IOException
read
public void read(JmeImporter im)
throws java.io.IOException
- 定義:
- インタフェース
Savable
内の read
- オーバーライド:
- クラス
CollisionShape
内の read
- 例外:
java.io.IOException