クラス
com.jme3.bounding.BoundingVolume.Type の使用

BoundingVolume.Type を使用しているパッケージ
com.jme3.bounding   
 

com.jme3.bounding での BoundingVolume.Type の使用
 

BoundingVolume.Type を返す com.jme3.bounding のメソッド
 BoundingVolume.Type BoundingBox.getType()
           
 BoundingVolume.Type BoundingSphere.getType()
           
abstract  BoundingVolume.Type BoundingVolume.getType()
          getType returns the type of bounding volume this is.
static BoundingVolume.Type BoundingVolume.Type.valueOf(java.lang.String name)
          指定した名前を持つこの型の列挙型定数を返します。
static BoundingVolume.Type[] BoundingVolume.Type.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。