com.jme3.asset
インタフェース Asset

既知の実装クラスの一覧:
AssetLinkNode, AudioNode, BitmapText, CameraNode, Geometry, LightNode, Material, Node, ParticleEmitter, Picture, SkeletonDebugger, Spatial, StatsView, TerrainGrid, TerrainPatch, TerrainQuad, Texture, Texture2D, Texture3D, TextureCubeMap

public interface Asset

Implementing the asset interface allows use of smart asset management.


メソッドの概要
 AssetKey getKey()
           
 void setKey(AssetKey key)
           
 

メソッドの詳細

setKey

void setKey(AssetKey key)

getKey

AssetKey getKey()